Added support for Beetle Coin

This commit is contained in:
williamersatz
2018-03-22 09:08:16 +02:00
committed by GitHub
parent 0d876b51df
commit 52d698e42f

View File

@@ -1522,6 +1522,14 @@
setHdCoin(0);
},
},
{
name: "BEET - Beetlecoin",
segwitAvailable: false,
onSelect: function() {
network = bitcoinjs.bitcoin.networks.beetlecoin;
setHdCoin(800);
},
},
{
name: "BCH - Bitcoin Cash",
segwitAvailable: false,