mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-20 17:44:31 +00:00
update bip32 root test
TODO update ROOT_WIF ... is that in the .gitignored wallet test parameters?
This commit is contained in:
parent
1d7147d330
commit
e82a4d95fa
1 changed files with 2 additions and 2 deletions
|
@ -51,12 +51,12 @@ void main() {
|
||||||
|
|
||||||
group("bip32 node/root", () {
|
group("bip32 node/root", () {
|
||||||
test("getBip32Root", () {
|
test("getBip32Root", () {
|
||||||
final root = getBip32Root(TEST_MNEMONIC, namecoin);
|
final root = getBip32Root(TEST_MNEMONIC, particl);
|
||||||
expect(root.toWIF(), ROOT_WIF);
|
expect(root.toWIF(), ROOT_WIF);
|
||||||
});
|
});
|
||||||
|
|
||||||
// test("getBip32NodeFromRoot", () {
|
// test("getBip32NodeFromRoot", () {
|
||||||
// final root = getBip32Root(TEST_MNEMONIC, namecoin);
|
// final root = getBip32Root(TEST_MNEMONIC, particl);
|
||||||
// // two mainnet
|
// // two mainnet
|
||||||
// final node44 = getBip32NodeFromRoot(0, 0, root, DerivePathType.bip44);
|
// final node44 = getBip32NodeFromRoot(0, 0, root, DerivePathType.bip44);
|
||||||
// expect(node44.toWIF(), NODE_WIF_44);
|
// expect(node44.toWIF(), NODE_WIF_44);
|
||||||
|
|
Loading…
Reference in a new issue