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