aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Coleman <ian@iancoleman.io>2020-10-18 23:04:21 +0000
committerIan Coleman <ian@iancoleman.io>2020-10-18 23:04:21 +0000
commit4566751b89d40f20aea29a2b0a59a3060dd2f324 (patch)
tree2ae0273d7a22446006a36ec5e253fc3c3be3634d
parentb386aaa06ee5c71b27cff83e97e7e3c30b04c939 (diff)
downloadBIP39-4566751b89d40f20aea29a2b0a59a3060dd2f324.tar.gz
BIP39-4566751b89d40f20aea29a2b0a59a3060dd2f324.tar.zst
BIP39-4566751b89d40f20aea29a2b0a59a3060dd2f324.zip
Fix nano test, keys are lowercase not uppercase
-rw-r--r--tests/spec/tests.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js
index 78110af..efb395f 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -2160,8 +2160,8 @@ it('Allows selection of Nano', function(done) {
2160 selectText: "NANO - Nano", 2160 selectText: "NANO - Nano",
2161 phrase: "deal wedding panda forum property artist whip total word student sea middle", 2161 phrase: "deal wedding panda forum property artist whip total word student sea middle",
2162 firstAddress: "nano_15fum9n68681dz73qyu37fuc9tro84gqm86eptdqpm9jutkfnt34agkoqpw5", 2162 firstAddress: "nano_15fum9n68681dz73qyu37fuc9tro84gqm86eptdqpm9jutkfnt34agkoqpw5",
2163 firstPubKey: "0DBB99E84310C05FCA1BFB612B76A3EB15309D79988CB6977B4CF1DEA4DA6822", 2163 firstPubKey: "0dbb99e84310c05fca1bfb612b76a3eb15309d79988cb6977b4cf1dea4da6822",
2164 firstPrivKey: "30633C8497CC47E0AEFD52C7971FFD45E6C5D166274C7978FECA3482A859C0AF", 2164 firstPrivKey: "30633c8497cc47e0aefd52c7971ffd45e6c5d166274c7978feca3482a859c0af",
2165 }; 2165 };
2166 testNetwork(done, params); 2166 testNetwork(done, params);
2167}); 2167});