diff options
author | jestevez <jose.estevez.prieto@gmail.com> | 2017-12-19 21:55:28 +0100 |
---|---|---|
committer | jestevez <jose.estevez.prieto@gmail.com> | 2017-12-19 21:55:28 +0100 |
commit | 92fb39311ecc9c4adcad4266a37a7566549ee6a6 (patch) | |
tree | abf3db7ce902a8df83f16d3b0a059b4a55225c18 /src/js | |
parent | d00c719932123feb4135b4ef537b28e8eb735cd5 (diff) | |
download | BIP39-92fb39311ecc9c4adcad4266a37a7566549ee6a6.tar.gz BIP39-92fb39311ecc9c4adcad4266a37a7566549ee6a6.tar.zst BIP39-92fb39311ecc9c4adcad4266a37a7566549ee6a6.zip |
FIX OnixCoin Correct BIP44 Code 174
Diffstat (limited to 'src/js')
-rw-r--r-- | src/js/index.js | 1 |
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(); |