From 55a9e51a1be52211cf25aa1878e6118c16874d9a Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Sun, 16 Aug 2015 19:31:35 +1000 Subject: Wallet tabs removed, added text to BIP32 tab --- src/js/index.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/js/index.js') diff --git a/src/js/index.js b/src/js/index.js index c8ab284..866ad24 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -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"); }, }, { -- cgit v1.2.3