mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-18 08:22:16 +00:00
FIX OnixCoin Correct BIP44 Code 174
This commit is contained in:
@@ -781,6 +781,7 @@
|
|||||||
address = bitcoinjs.bitcoin.address.fromOutputScript(scriptpubkey, network)
|
address = bitcoinjs.bitcoin.address.fromOutputScript(scriptpubkey, network)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
console.log(address);
|
||||||
addAddressToList(indexText, address, pubkey, privkey);
|
addAddressToList(indexText, address, pubkey, privkey);
|
||||||
if (isLast) {
|
if (isLast) {
|
||||||
hidePending();
|
hidePending();
|
||||||
@@ -1518,7 +1519,7 @@
|
|||||||
segwitAvailable: false,
|
segwitAvailable: false,
|
||||||
onSelect: function() {
|
onSelect: function() {
|
||||||
network = bitcoinjs.bitcoin.networks.onixcoin;
|
network = bitcoinjs.bitcoin.networks.onixcoin;
|
||||||
setHdCoin(99);
|
setHdCoin(174);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user