]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
FIX OnixCoin Correct BIP44 Code 174
authorjestevez <jose.estevez.prieto@gmail.com>
Tue, 19 Dec 2017 20:55:28 +0000 (21:55 +0100)
committerjestevez <jose.estevez.prieto@gmail.com>
Tue, 19 Dec 2017 20:55:28 +0000 (21:55 +0100)
src/js/index.js

index f13063cdc5b0ee6cec1190776194b2a03e4d5e6e..14745128bfb9dbd745479fb1330aeda4712d7958 100644 (file)
                         address = bitcoinjs.bitcoin.address.fromOutputScript(scriptpubkey, network)
                     }
                 }
-                console.log(address);
                 addAddressToList(indexText, address, pubkey, privkey);
                 if (isLast) {
                     hidePending();