Add Kobocoin support

This commit is contained in:
xarakas
2018-04-18 14:54:02 +03:00
parent a08c709606
commit 0a5d28a7ad
3 changed files with 26 additions and 0 deletions
+8
View File
@@ -1955,6 +1955,14 @@
setHdCoin(141);
},
},
{
name: "KOBO - Kobocoin",
bip49available: false,
onSelect: function() {
network = bitcoinjs.bitcoin.networks.kobocoin;
setHdCoin(196);
},
},
{
name: "LBC - Library Credits",
segwitAvailable: false,