]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Update namecoin test
authorIan Coleman <ian@iancoleman.io>
Thu, 11 Feb 2021 03:24:09 +0000 (03:24 +0000)
committerIan Coleman <ian@iancoleman.io>
Thu, 11 Feb 2021 03:24:09 +0000 (03:24 +0000)
Tested private key import using electrum-nmc, it matches the address

tests/spec/tests.js

index 7e553afebc2ab7fa2b28e701b89a392a74ab880d..e7e98e7f4fb2fb2830edf3f666011cc8b5044052 100644 (file)
@@ -651,7 +651,7 @@ it('Allows selection of namecoin', function(done) {
         phrase: "abandon abandon ability",
         firstAddress: "Mw2vK2Bvex1yYtYF6sfbEg2YGoUc98YUD2",
         firstPubKey: "0398066486fe87cbcb9da8e29d180b44937b6c43ad1ec4d3bddd77b7905765937e",
-        firstPrivKey: "L4A8sSkrGndiXyZdj6Fnju8Wu76s96cdHHmPxV3C5M2R2w4GVNco",
+        firstPrivKey: "TkJvbqVdNnGsCtFaV2nE8x3qqhYnYriRkGAB4747cEDRg9VUKKiz",
     };
     testNetwork(done, params);
 });