mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-25 03:40:41 +00:00
@@ -14717,7 +14717,6 @@ var Mnemonic = function(language) {
|
|||||||
|
|
||||||
function bip44Changed() {
|
function bip44Changed() {
|
||||||
setBip44DerivationPath();
|
setBip44DerivationPath();
|
||||||
derivationPath = DOM.bip44path.val();
|
|
||||||
derivationChanged();
|
derivationChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -14945,6 +14944,7 @@ var Mnemonic = function(language) {
|
|||||||
path += account + "'/";
|
path += account + "'/";
|
||||||
path += change;
|
path += change;
|
||||||
DOM.bip44path.val(path);
|
DOM.bip44path.val(path);
|
||||||
|
derivationPath = DOM.bip44path.val();
|
||||||
}
|
}
|
||||||
|
|
||||||
function parseIntNoNaN(val, defaultVal) {
|
function parseIntNoNaN(val, defaultVal) {
|
||||||
|
|||||||
+1
-1
@@ -135,7 +135,6 @@
|
|||||||
|
|
||||||
function bip44Changed() {
|
function bip44Changed() {
|
||||||
setBip44DerivationPath();
|
setBip44DerivationPath();
|
||||||
derivationPath = DOM.bip44path.val();
|
|
||||||
derivationChanged();
|
derivationChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -363,6 +362,7 @@
|
|||||||
path += account + "'/";
|
path += account + "'/";
|
||||||
path += change;
|
path += change;
|
||||||
DOM.bip44path.val(path);
|
DOM.bip44path.val(path);
|
||||||
|
derivationPath = DOM.bip44path.val();
|
||||||
}
|
}
|
||||||
|
|
||||||
function parseIntNoNaN(val, defaultVal) {
|
function parseIntNoNaN(val, defaultVal) {
|
||||||
|
|||||||
Reference in New Issue
Block a user