Merge pull request #129 from rsnel/bgold

add BTG (Bitcoin Gold/bgold)
This commit is contained in:
iancoleman
2017-11-15 08:53:38 +11:00
committed by GitHub
3 changed files with 38 additions and 0 deletions
+8
View File
@@ -1317,6 +1317,14 @@
setHdCoin(1);
},
},
{
name: "BTG - Bitcoin Gold",
p2wpkhNestedInP2shAvailable: true,
onSelect: function() {
network = bitcoinjs.bitcoin.networks.bgold;
setHdCoin(0);
},
},
{
name: "CLAM - Clams",
p2wpkhNestedInP2shAvailable: false,