diff options
author | Ian Coleman <ian@iancoleman.io> | 2018-03-27 10:22:48 +1100 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2018-03-27 10:24:35 +1100 |
commit | 88ae1301251a14ed9557c1ae7753e411e0159c5b (patch) | |
tree | f7eac1541cedec5ede31f0156963726ca6b8db51 /tests | |
parent | 27fa3201259657954f0699ef2acf731f18b5fdbf (diff) | |
download | BIP39-88ae1301251a14ed9557c1ae7753e411e0159c5b.tar.gz BIP39-88ae1301251a14ed9557c1ae7753e411e0159c5b.tar.zst BIP39-88ae1301251a14ed9557c1ae7753e411e0159c5b.zip |
Change Bitcoin Gold coin number to 156
Closes #189
Diffstat (limited to 'tests')
-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 0944be4..8774a32 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -602,7 +602,7 @@ it('Allows selection of nubits', function(done) { | |||
602 | it('Allows selection of bitcoin gold', function(done) { | 602 | it('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 | }); |