]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - tests/spec/tests.js
Use correct BIP44 value for Denarius of 116, not 0
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / tests / spec / tests.js
index c7a988944741acb70edec4422063e5febce71323..0944be4bbe8e4b4f6b1e59b290b8ad28b7fc2a2e 100644 (file)
@@ -426,7 +426,7 @@ it('Allows selection of dogecoin', function(done) {
 it('Allows selection of denarius', function(done) {
     var params = {
         selectText: "DNR - Denarius",
-        firstAddress: "D9feDKo88SHir79b2Kqhk7JAtaddmxDjNV",
+        firstAddress: "DFdFMVUMzU9xX88EywXvAGwjiwpxyh9vKb",
     };
     testNetwork(done, params);
 });