aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Coleman <ian@iancoleman.io>2021-02-11 03:24:09 +0000
committerIan Coleman <ian@iancoleman.io>2021-02-11 03:24:09 +0000
commitf3314418fb98e5ce2a90c01050fb07c9267e8ef4 (patch)
treea8b7958844d640ca642fa8ec2e231efb72891974
parent7da8c22eaf12fb50e75d5987e5304e4212ff31a2 (diff)
downloadBIP39-f3314418fb98e5ce2a90c01050fb07c9267e8ef4.tar.gz
BIP39-f3314418fb98e5ce2a90c01050fb07c9267e8ef4.tar.zst
BIP39-f3314418fb98e5ce2a90c01050fb07c9267e8ef4.zip
Update namecoin test
Tested private key import using electrum-nmc, it matches the address
-rw-r--r--tests/spec/tests.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js
index 7e553af..e7e98e7 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -651,7 +651,7 @@ it('Allows selection of namecoin', function(done) {
651 phrase: "abandon abandon ability", 651 phrase: "abandon abandon ability",
652 firstAddress: "Mw2vK2Bvex1yYtYF6sfbEg2YGoUc98YUD2", 652 firstAddress: "Mw2vK2Bvex1yYtYF6sfbEg2YGoUc98YUD2",
653 firstPubKey: "0398066486fe87cbcb9da8e29d180b44937b6c43ad1ec4d3bddd77b7905765937e", 653 firstPubKey: "0398066486fe87cbcb9da8e29d180b44937b6c43ad1ec4d3bddd77b7905765937e",
654 firstPrivKey: "L4A8sSkrGndiXyZdj6Fnju8Wu76s96cdHHmPxV3C5M2R2w4GVNco", 654 firstPrivKey: "TkJvbqVdNnGsCtFaV2nE8x3qqhYnYriRkGAB4747cEDRg9VUKKiz",
655 }; 655 };
656 testNetwork(done, params); 656 testNetwork(done, params);
657}); 657});