From 8817e2487ad41f430eae50e2f871372599aea3eb Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Mon, 26 Aug 2019 10:48:15 +1000 Subject: [PATCH] Fix CPUchain test --- tests/spec/tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }); -- 2.41.0