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
+1 -1
View File
@@ -1568,7 +1568,7 @@
segwitAvailable: true, segwitAvailable: true,
onSelect: function() { onSelect: function() {
network = bitcoinjs.bitcoin.networks.bgold; network = bitcoinjs.bitcoin.networks.bgold;
setHdCoin(0); setHdCoin(156);
}, },
}, },
{ {
+1 -1
View File
@@ -602,7 +602,7 @@ it('Allows selection of nubits', function(done) {
it('Allows selection of bitcoin gold', function(done) { it('Allows selection of bitcoin gold', function(done) {
var params = { var params = {
selectText: "BTG - Bitcoin Gold", selectText: "BTG - Bitcoin Gold",
firstAddress: "GWYxuwSqANWGV3WT7Gpr6HE91euYXBqtwQ", firstAddress: "GdDqug4WUsn5syNbSTHatNn4XnuwZtzedx",
}; };
testNetwork(done, params); testNetwork(done, params);
}); });