add BTG (Bitcoin Gold/bgold)

This commit is contained in:
Rik Snel
2017-11-14 09:05:50 +01:00
parent b57b721e2c
commit 3960807353
3 changed files with 38 additions and 0 deletions

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,