aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIan Coleman <ian@iancoleman.io>2019-12-18 09:51:00 +1100
committerIan Coleman <ian@iancoleman.io>2019-12-18 09:51:00 +1100
commitf12242014d1ed5c7606c3350a9780c3883abc565 (patch)
treea6738ac3cf3c1cd4b7412926a8e289e702a99397 /tests
parent244c76022af53c1f5b337a5a2cdb70358cf85e19 (diff)
downloadBIP39-f12242014d1ed5c7606c3350a9780c3883abc565.tar.gz
BIP39-f12242014d1ed5c7606c3350a9780c3883abc565.tar.zst
BIP39-f12242014d1ed5c7606c3350a9780c3883abc565.zip
Add bitcoin regtest params
Diffstat (limited to 'tests')
-rw-r--r--tests/spec/tests.js7
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});
415it('Allows selection of bitcoin regtest', function(done) {
416 var params = {
417 selectText: "BTC - Bitcoin RegTest",
418 firstAddress: "mucaU5iiDaJDb69BHLeDv8JFfGiyg2nJKi",
419 };
420 testNetwork(done, params);
421});
415it('Allows selection of litecoin', function(done) { 422it('Allows selection of litecoin', function(done) {
416 var params = { 423 var params = {
417 selectText: "LTC - Litecoin", 424 selectText: "LTC - Litecoin",