diff options
author | Ian Coleman <ian@iancoleman.io> | 2018-07-26 09:53:49 +1000 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2018-07-26 09:53:49 +1000 |
commit | b7de1f3d8956197d0a17ca840a44262158cc8ecb (patch) | |
tree | adde82e2d004fcc708682af93a7c3d707a265c4d /tests/spec | |
parent | 0afecfc73c8b700e99f91d8fe7ec063e7b0daf86 (diff) | |
download | BIP39-b7de1f3d8956197d0a17ca840a44262158cc8ecb.tar.gz BIP39-b7de1f3d8956197d0a17ca840a44262158cc8ecb.tar.zst BIP39-b7de1f3d8956197d0a17ca840a44262158cc8ecb.zip |
Update bitcore network parameters
Closes #231
Diffstat (limited to 'tests/spec')
-rw-r--r-- | tests/spec/tests.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 19d6b32..9bbc0bc 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -707,7 +707,7 @@ it('Allows selection of Bitcoinz', function(done) { | |||
707 | it('Allows selection of Bitcore', function(done) { | 707 | it('Allows selection of Bitcore', function(done) { |
708 | var params = { | 708 | var params = { |
709 | selectText: "BTX - Bitcore", | 709 | selectText: "BTX - Bitcore", |
710 | firstAddress: "1Dg18EtqhReS11e9h8khkLjWGLHVjPM2AB", | 710 | firstAddress: "2Rgp5Znhpy34TK4QmPkfCiYs9r4KovfTH9", |
711 | }; | 711 | }; |
712 | testNetwork(done, params); | 712 | testNetwork(done, params); |
713 | }); | 713 | }); |