From d00c719932123feb4135b4ef537b28e8eb735cd5 Mon Sep 17 00:00:00 2001 From: jestevez Date: Tue, 19 Dec 2017 21:50:55 +0100 Subject: [PATCH] FIX OnixCoin Correct BIP44 Code 174 --- src/js/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/js/index.js b/src/js/index.js index d622641..f13063c 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -781,6 +781,7 @@ address = bitcoinjs.bitcoin.address.fromOutputScript(scriptpubkey, network) } } + console.log(address); addAddressToList(indexText, address, pubkey, privkey); if (isLast) { hidePending(); @@ -1518,7 +1519,7 @@ segwitAvailable: false, onSelect: function() { network = bitcoinjs.bitcoin.networks.onixcoin; - setHdCoin(99); + setHdCoin(174); }, }, { -- 2.41.0