Change Bitcoin Gold coin number to 156

Closes #189
This commit is contained in:
Ian Coleman
2018-03-27 10:22:48 +11:00
parent 27fa320125
commit 88ae130125
2 changed files with 2 additions and 2 deletions

View File

@@ -1568,7 +1568,7 @@
segwitAvailable: true,
onSelect: function() {
network = bitcoinjs.bitcoin.networks.bgold;
setHdCoin(0);
setHdCoin(156);
},
},
{

View File

@@ -602,7 +602,7 @@ it('Allows selection of nubits', function(done) {
it('Allows selection of bitcoin gold', function(done) {
var params = {
selectText: "BTG - Bitcoin Gold",
firstAddress: "GWYxuwSqANWGV3WT7Gpr6HE91euYXBqtwQ",
firstAddress: "GdDqug4WUsn5syNbSTHatNn4XnuwZtzedx",
};
testNetwork(done, params);
});