]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Index column changed to Path
authorIan Coleman <coleman.ian@gmail.com>
Sun, 16 Aug 2015 11:28:14 +0000 (21:28 +1000)
committerIan Coleman <coleman.ian@gmail.com>
Sun, 16 Aug 2015 11:28:14 +0000 (21:28 +1000)
bip39-standalone.html
src/index.html
src/js/index.js

index c04272faf14bbac06e5cf683577fb2defb5cf729..9ab955277100cc41224f3bedc60219dffd9c44f3 100644 (file)
                         <thead>
                             <th>
                                 <div class="input-group">
-                                    Index&nbsp;&nbsp;
+                                    Path&nbsp;&nbsp;
                                     <button class="index-toggle">Toggle</button>
                                 </div>
                             </th>
@@ -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
index 426e7a6d0561e2bcab329680037a3ea31d7e495e..59ef1a02359fc5aa75230762fea0be0561cf55a2 100644 (file)
                         <thead>
                             <th>
                                 <div class="input-group">
-                                    Index&nbsp;&nbsp;
+                                    Path&nbsp;&nbsp;
                                     <button class="index-toggle">Toggle</button>
                                 </div>
                             </th>
index d0533f91990f68cb88ee8bdbd1ddf4d97bdcffd3..2f7815d540b9b2fc48f724561a20319e11d6ba1f 100644 (file)
         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