diff --git a/src/js/index.js b/src/js/index.js index b1ca066..4baa14c 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -1568,7 +1568,7 @@ segwitAvailable: true, onSelect: function() { network = bitcoinjs.bitcoin.networks.bgold; - setHdCoin(0); + setHdCoin(156); }, }, { diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 0944be4..8774a32 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -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); });