aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/index.js')
-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 {