diff options
author | Ian Coleman <ian@iancoleman.io> | 2018-03-12 11:41:35 +1100 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2018-03-12 11:41:35 +1100 |
commit | 502898819506605c2b58821285c20054b999a8a7 (patch) | |
tree | d7d9b581082b32cec402e74bc7777d67a4426741 /tests | |
parent | 139becaf2cc22c99e2813098c1411164c9baef26 (diff) | |
download | BIP39-502898819506605c2b58821285c20054b999a8a7.tar.gz BIP39-502898819506605c2b58821285c20054b999a8a7.tar.zst BIP39-502898819506605c2b58821285c20054b999a8a7.zip |
Use correct BIP44 value for Denarius of 116, not 0
See https://github.com/satoshilabs/slips/blob/master/slip-0044.md
Diffstat (limited to 'tests')
-rw-r--r-- | tests/spec/tests.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index c7a9889..0944be4 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -426,7 +426,7 @@ it('Allows selection of dogecoin', function(done) { | |||
426 | it('Allows selection of denarius', function(done) { | 426 | it('Allows selection of denarius', function(done) { |
427 | var params = { | 427 | var params = { |
428 | selectText: "DNR - Denarius", | 428 | selectText: "DNR - Denarius", |
429 | firstAddress: "D9feDKo88SHir79b2Kqhk7JAtaddmxDjNV", | 429 | firstAddress: "DFdFMVUMzU9xX88EywXvAGwjiwpxyh9vKb", |
430 | }; | 430 | }; |
431 | testNetwork(done, params); | 431 | testNetwork(done, params); |
432 | }); | 432 | }); |