]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Add test for Bitcoin Gold network
authorIan Coleman <ian@iancoleman.io>
Thu, 16 Nov 2017 04:09:37 +0000 (15:09 +1100)
committerIan Coleman <ian@iancoleman.io>
Thu, 16 Nov 2017 04:09:37 +0000 (15:09 +1100)
tests/spec/tests.js

index 72edd281d19efe7e494b74748124a9d93b853595..0b07b4c90c3d1fd4e3f8e8c874d862255ff28187 100644 (file)
@@ -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) {