X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=bip39-standalone.html;h=9ab955277100cc41224f3bedc60219dffd9c44f3;hp=c04272faf14bbac06e5cf683577fb2defb5cf729;hb=ae30fed8037fa9d1e88e9431c4f301f1d1c53d29;hpb=a3baa26e61a357b96c7b76f50689ff9cd0f75a02 diff --git a/bip39-standalone.html b/bip39-standalone.html index c04272f..9ab9552 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html @@ -223,7 +223,7 @@
- Index   + Path  
@@ -14907,7 +14907,8 @@ var Mnemonic = function(language) { var addressCell = row.find(".address span"); var privkeyCell = row.find(".privkey span"); // Content - indexCell.text(index); + var indexText = derivationPath + "/" + index; + indexCell.text(indexText); addressCell.text(address); privkeyCell.text(privkey); // Visibility