From 42887888187b42599a9752cd9f757cbb53362ca0 Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Mon, 13 Oct 2014 11:26:15 +1100 Subject: [PATCH] Hive Wallet added as an option for derivation path --- src/index.html | 22 ++++++++++++++++++++-- src/js/index.js | 2 +- 2 files changed, 21 insertions(+), 3 deletions(-) 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 -- 2.41.0