mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-26 12:20:41 +00:00
Wallet tabs removed, added text to BIP32 tab
This commit is contained in:
@@ -40,7 +40,6 @@
|
||||
DOM.indexToggle = $(".index-toggle");
|
||||
DOM.addressToggle = $(".address-toggle");
|
||||
DOM.privateKeyToggle = $(".private-key-toggle");
|
||||
DOM.myceliumPath = $("#mycelium-path");
|
||||
|
||||
var derivationPath = $(".tab-pane.active .path").val();
|
||||
|
||||
@@ -401,7 +400,6 @@
|
||||
onSelect: function() {
|
||||
network = bitcoin.networks.bitcoin;
|
||||
DOM.bip44coin.val(0);
|
||||
DOM.myceliumPath.val("m/44'/0'/0'/0");
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -409,7 +407,6 @@
|
||||
onSelect: function() {
|
||||
network = bitcoin.networks.testnet;
|
||||
DOM.bip44coin.val(1);
|
||||
DOM.myceliumPath.val("m/44'/1'/0'/0");
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user