From: Ian Coleman Date: Mon, 26 Aug 2019 00:48:15 +0000 (+1000) Subject: Fix CPUchain test X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=8817e2487ad41f430eae50e2f871372599aea3eb Fix CPUchain test --- diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 0901311..cba2a74 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -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); });