mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-28 21:30:41 +00:00
Hive Wallet added as an option for derivation path
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user