From: Ian Coleman Date: Mon, 13 Oct 2014 00:26:15 +0000 (+1100) Subject: Hive Wallet added as an option for derivation path X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=42887888187b42599a9752cd9f757cbb53362ca0 Hive Wallet added as an option for derivation path --- diff --git a/src/index.html b/src/index.html index 9b489ea..f771fbf 100644 --- a/src/index.html +++ b/src/index.html @@ -101,7 +101,10 @@

Derivation Path

-
+
+
+
+
+
+

For more info see the Hive Wallet homepage

+
+
+ +
+ +
+
+
+
+

diff --git a/src/js/index.js b/src/js/index.js index 0ce039a..bc1682e 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -41,7 +41,7 @@ DOM.addressToggle = $(".address-toggle"); DOM.privateKeyToggle = $(".private-key-toggle"); - var derivationPath = DOM.bip44path.val(); + var derivationPath = $(".tab-pane.active .path").val(); function init() { // Events