Add test for Bitcoin Gold network

This commit is contained in:
Ian Coleman
2017-11-16 15:09:37 +11:00
parent 0460b53f3a
commit 1f354b0390

View 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) {