]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Merge pull request #337 from aitorp6/master
authoriancoleman <1281387+iancoleman@users.noreply.github.com>
Tue, 11 Jun 2019 23:41:20 +0000 (09:41 +1000)
committerGitHub <noreply@github.com>
Tue, 11 Jun 2019 23:41:20 +0000 (09:41 +1000)
DeepOnion: test fixed

tests/spec/tests.js

index 2685fa6224eb2a94669548ed60a08c9fc24b6263..90cdc7afd84a66031ab15ee33ed6112475a62d20 100644 (file)
@@ -1112,7 +1112,7 @@ it('Allows selection of Omnicore', function(done) {
 it('Allows selection of DeepOnion', function(done) {
     var params = {
         selectText: "ONION - DeepOnion",
-        firstAddress: "DVioZ2Rjc9krDf5bbHuixznSDumzvGpzVw",
+        firstAddress: "DYREY7XCFXVqJ3x5UuN43k2JwD2s1kif48",
     };
     testNetwork(done, params);
 });