From: Ian Coleman Date: Thu, 16 Nov 2017 04:09:37 +0000 (+1100) Subject: Add test for Bitcoin Gold network X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=1f354b0390a77992424be11f225ab1827b64ef0e Add test for Bitcoin Gold network --- 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) {