From 1f354b0390a77992424be11f225ab1827b64ef0e Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Thu, 16 Nov 2017 15:09:37 +1100 Subject: [PATCH] Add test for Bitcoin Gold network --- tests/spec/tests.js | 7 +++++++ 1 file changed, 7 insertions(+) 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) { }; testNetwork(done, params); }); +it('Allows selection of bitcoin gold', function(done) { + var params = { + selectText: "BTG - Bitcoin Gold", + firstAddress: "GWYxuwSqANWGV3WT7Gpr6HE91euYXBqtwQ", + }; + testNetwork(done, params); +}); // BIP39 seed is set from phrase it('Sets the bip39 seed from the prhase', function(done) { -- 2.41.0