aboutsummaryrefslogtreecommitdiff
path: root/tests/spec
diff options
context:
space:
mode:
authorIan Coleman <ian@iancoleman.io>2018-03-27 10:22:48 +1100
committerIan Coleman <ian@iancoleman.io>2018-03-27 10:24:35 +1100
commit88ae1301251a14ed9557c1ae7753e411e0159c5b (patch)
treef7eac1541cedec5ede31f0156963726ca6b8db51 /tests/spec
parent27fa3201259657954f0699ef2acf731f18b5fdbf (diff)
downloadBIP39-88ae1301251a14ed9557c1ae7753e411e0159c5b.tar.gz
BIP39-88ae1301251a14ed9557c1ae7753e411e0159c5b.tar.zst
BIP39-88ae1301251a14ed9557c1ae7753e411e0159c5b.zip
Change Bitcoin Gold coin number to 156
Closes #189
Diffstat (limited to 'tests/spec')
-rw-r--r--tests/spec/tests.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js
index 0944be4..8774a32 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -602,7 +602,7 @@ it('Allows selection of nubits', function(done) {
602it('Allows selection of bitcoin gold', function(done) { 602it('Allows selection of bitcoin gold', function(done) {
603 var params = { 603 var params = {
604 selectText: "BTG - Bitcoin Gold", 604 selectText: "BTG - Bitcoin Gold",
605 firstAddress: "GWYxuwSqANWGV3WT7Gpr6HE91euYXBqtwQ", 605 firstAddress: "GdDqug4WUsn5syNbSTHatNn4XnuwZtzedx",
606 }; 606 };
607 testNetwork(done, params); 607 testNetwork(done, params);
608}); 608});