From f3314418fb98e5ce2a90c01050fb07c9267e8ef4 Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Thu, 11 Feb 2021 03:24:09 +0000 Subject: [PATCH] Update namecoin test Tested private key import using electrum-nmc, it matches the address --- tests/spec/tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { phrase: "abandon abandon ability", firstAddress: "Mw2vK2Bvex1yYtYF6sfbEg2YGoUc98YUD2", firstPubKey: "0398066486fe87cbcb9da8e29d180b44937b6c43ad1ec4d3bddd77b7905765937e", - firstPrivKey: "L4A8sSkrGndiXyZdj6Fnju8Wu76s96cdHHmPxV3C5M2R2w4GVNco", + firstPrivKey: "TkJvbqVdNnGsCtFaV2nE8x3qqhYnYriRkGAB4747cEDRg9VUKKiz", }; testNetwork(done, params); }); -- 2.41.0