mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-24 03:10:40 +00:00
Index column changed to Path
This commit is contained in:
+2
-1
@@ -325,7 +325,8 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user