From: janko33bd Date: Wed, 7 Feb 2018 18:26:26 +0000 (+0100) Subject: update index.js with correct BIP44 reg. number X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=e1d0cf4f72b536d3f09ff7c0be65f90d724e6658 update index.js with correct BIP44 reg. number --- diff --git a/src/js/index.js b/src/js/index.js index b09a981..580573d 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -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); + }, } ]