FIX OnixCoin Correct BIP44 Code 174

This commit is contained in:
jestevez
2017-12-19 21:55:28 +01:00
parent d00c719932
commit 92fb39311e
-1
View File
@@ -781,7 +781,6 @@
address = bitcoinjs.bitcoin.address.fromOutputScript(scriptpubkey, network)
}
}
console.log(address);
addAddressToList(indexText, address, pubkey, privkey);
if (isLast) {
hidePending();