aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjestevez <jose.estevez.prieto@gmail.com>2017-12-19 21:50:55 +0100
committerjestevez <jose.estevez.prieto@gmail.com>2017-12-19 21:50:55 +0100
commitd00c719932123feb4135b4ef537b28e8eb735cd5 (patch)
tree62b7cbdfa5db432d2c0162563f660b08bf12b83e /src
parent66419cf39c76e60f1b7db419dd1d88f7b221cdbb (diff)
downloadBIP39-d00c719932123feb4135b4ef537b28e8eb735cd5.tar.gz
BIP39-d00c719932123feb4135b4ef537b28e8eb735cd5.tar.zst
BIP39-d00c719932123feb4135b4ef537b28e8eb735cd5.zip
FIX OnixCoin Correct BIP44 Code 174
Diffstat (limited to 'src')
-rw-r--r--src/js/index.js3
1 files changed, 2 insertions, 1 deletions
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 @@
781 address = bitcoinjs.bitcoin.address.fromOutputScript(scriptpubkey, network) 781 address = bitcoinjs.bitcoin.address.fromOutputScript(scriptpubkey, network)
782 } 782 }
783 } 783 }
784 console.log(address);
784 addAddressToList(indexText, address, pubkey, privkey); 785 addAddressToList(indexText, address, pubkey, privkey);
785 if (isLast) { 786 if (isLast) {
786 hidePending(); 787 hidePending();
@@ -1518,7 +1519,7 @@
1518 segwitAvailable: false, 1519 segwitAvailable: false,
1519 onSelect: function() { 1520 onSelect: function() {
1520 network = bitcoinjs.bitcoin.networks.onixcoin; 1521 network = bitcoinjs.bitcoin.networks.onixcoin;
1521 setHdCoin(99); 1522 setHdCoin(174);
1522 }, 1523 },
1523 }, 1524 },
1524 { 1525 {