X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=bip39-standalone.html;h=5ef69eacea5452a9bf741784ac912c3c60fcfd9d;hb=bffa8eda540af07f253259b155c5b23aa54d8d57;hp=a31ac2fddb8b9d2b0699f19893a7df1bf244d452;hpb=5c434a8a00f2e18b47ca45b0c6834955cf4f02a4;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/bip39-standalone.html b/bip39-standalone.html index a31ac2f..5ef69ea 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html @@ -70,7 +70,7 @@
- + @@ -14726,7 +14726,6 @@ var Mnemonic = function(language) { function bip44Changed() { setBip44DerivationPath(); - derivationPath = DOM.bip44path.val(); derivationChanged(); } @@ -14928,7 +14927,7 @@ var Mnemonic = function(language) { addressCell.addClass("invisible"); } if (!showPrivKey) { - privkeCell.addClass("invisible"); + privkeyCell.addClass("invisible"); } DOM.addresses.append(row); } @@ -14954,6 +14953,7 @@ var Mnemonic = function(language) { path += account + "'/"; path += change; DOM.bip44path.val(path); + derivationPath = DOM.bip44path.val(); } function parseIntNoNaN(val, defaultVal) {