diff options
author | Ian Coleman <ian@iancoleman.io> | 2019-12-18 09:51:00 +1100 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2019-12-18 09:51:00 +1100 |
commit | f12242014d1ed5c7606c3350a9780c3883abc565 (patch) | |
tree | a6738ac3cf3c1cd4b7412926a8e289e702a99397 /tests | |
parent | 244c76022af53c1f5b337a5a2cdb70358cf85e19 (diff) | |
download | BIP39-f12242014d1ed5c7606c3350a9780c3883abc565.tar.gz BIP39-f12242014d1ed5c7606c3350a9780c3883abc565.tar.zst BIP39-f12242014d1ed5c7606c3350a9780c3883abc565.zip |
Add bitcoin regtest params
Diffstat (limited to 'tests')
-rw-r--r-- | tests/spec/tests.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index fefb8b7..260ff2c 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -412,6 +412,13 @@ it('Allows selection of bitcoin testnet', function(done) { | |||
412 | }; | 412 | }; |
413 | testNetwork(done, params); | 413 | testNetwork(done, params); |
414 | }); | 414 | }); |
415 | it('Allows selection of bitcoin regtest', function(done) { | ||
416 | var params = { | ||
417 | selectText: "BTC - Bitcoin RegTest", | ||
418 | firstAddress: "mucaU5iiDaJDb69BHLeDv8JFfGiyg2nJKi", | ||
419 | }; | ||
420 | testNetwork(done, params); | ||
421 | }); | ||
415 | it('Allows selection of litecoin', function(done) { | 422 | it('Allows selection of litecoin', function(done) { |
416 | var params = { | 423 | var params = { |
417 | selectText: "LTC - Litecoin", | 424 | selectText: "LTC - Litecoin", |