]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Fix CPUchain test
authorIan Coleman <ian@iancoleman.io>
Mon, 26 Aug 2019 00:48:15 +0000 (10:48 +1000)
committerIan Coleman <ian@iancoleman.io>
Thu, 12 Sep 2019 00:39:03 +0000 (10:39 +1000)
tests/spec/tests.js

index 09013111294e66fdc4e28c47f9fb8bb4f7f79c5c..cba2a746d66beb1d52195c843ebdcc07fda9f0ea 100644 (file)
@@ -854,7 +854,7 @@ it('Allows selection of Compcoin', function(done) {
 it('Allows selection of CPUchain', function(done) {
     var params = {
         selectText: "CPU - CPUchain",
-        firstAddress: "CWWkTPkNRdpTDSfPw7gxUt9cEaC5PSsP3Y",
+        firstAddress: "CWSpLpW7jS4mBHJnkz3mmL5s3yQMg93zK8",
     };
     testNetwork(done, params);
 });