update index.js with correct BIP44 reg. number

This commit is contained in:
janko33bd
2018-02-07 19:26:26 +01:00
committed by GitHub
parent e82a142872
commit e1d0cf4f72

View File

@@ -1734,6 +1734,14 @@
network = bitcoinjs.bitcoin.networks.bitcoin;
setHdCoin(144);
},
},
{
name: "BLK - BlackCoin",
segwitAvailable: false,
onSelect: function() {
network = bitcoinjs.bitcoin.networks.blackcoin;
setHdCoin(10);
},
}
]