aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjestevez <jose.estevez.prieto@gmail.com>2017-12-19 21:55:28 +0100
committerjestevez <jose.estevez.prieto@gmail.com>2017-12-19 21:55:28 +0100
commit92fb39311ecc9c4adcad4266a37a7566549ee6a6 (patch)
treeabf3db7ce902a8df83f16d3b0a059b4a55225c18 /src
parentd00c719932123feb4135b4ef537b28e8eb735cd5 (diff)
downloadBIP39-92fb39311ecc9c4adcad4266a37a7566549ee6a6.tar.gz
BIP39-92fb39311ecc9c4adcad4266a37a7566549ee6a6.tar.zst
BIP39-92fb39311ecc9c4adcad4266a37a7566549ee6a6.zip
FIX OnixCoin Correct BIP44 Code 174
Diffstat (limited to 'src')
-rw-r--r--src/js/index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/js/index.js b/src/js/index.js
index f13063c..1474512 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -781,7 +781,6 @@
781 address = bitcoinjs.bitcoin.address.fromOutputScript(scriptpubkey, network) 781 address = bitcoinjs.bitcoin.address.fromOutputScript(scriptpubkey, network)
782 } 782 }
783 } 783 }
784 console.log(address);
785 addAddressToList(indexText, address, pubkey, privkey); 784 addAddressToList(indexText, address, pubkey, privkey);
786 if (isLast) { 785 if (isLast) {
787 hidePending(); 786 hidePending();