aboutsummaryrefslogtreecommitdiff
path: root/tests/spec
diff options
context:
space:
mode:
authorIan Coleman <ian@iancoleman.io>2017-11-16 15:09:37 +1100
committerIan Coleman <ian@iancoleman.io>2017-11-16 15:09:37 +1100
commit1f354b0390a77992424be11f225ab1827b64ef0e (patch)
tree0232f0c8c6ed62d1fc723754f9f7906900bff59b /tests/spec
parent0460b53f3aff1745fd2727c094d12f90cfbe1d10 (diff)
downloadBIP39-1f354b0390a77992424be11f225ab1827b64ef0e.tar.gz
BIP39-1f354b0390a77992424be11f225ab1827b64ef0e.tar.zst
BIP39-1f354b0390a77992424be11f225ab1827b64ef0e.zip
Add test for Bitcoin Gold network
Diffstat (limited to 'tests/spec')
-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 72edd28..0b07b4c 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -577,6 +577,13 @@ it('Allows selection of nubits', function(done) {
577 }; 577 };
578 testNetwork(done, params); 578 testNetwork(done, params);
579}); 579});
580it('Allows selection of bitcoin gold', function(done) {
581 var params = {
582 selectText: "BTG - Bitcoin Gold",
583 firstAddress: "GWYxuwSqANWGV3WT7Gpr6HE91euYXBqtwQ",
584 };
585 testNetwork(done, params);
586});
580 587
581// BIP39 seed is set from phrase 588// BIP39 seed is set from phrase
582it('Sets the bip39 seed from the prhase', function(done) { 589it('Sets the bip39 seed from the prhase', function(done) {