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