diff options
author | iancoleman <1281387+iancoleman@users.noreply.github.com> | 2019-11-11 09:34:37 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-11 09:34:37 +1100 |
commit | 7cfd04e318155a9a69906436b63a529aa768654f (patch) | |
tree | cd1e6852a619b7a04f9798b235cf8662c9f257a8 /src/index.html | |
parent | d0428a8d211dd5914c4c8547c69c75aca4cccfd6 (diff) | |
parent | 5cdbe4620afc227de81ebbca2443db5350567bee (diff) | |
download | BIP39-7cfd04e318155a9a69906436b63a529aa768654f.tar.gz BIP39-7cfd04e318155a9a69906436b63a529aa768654f.tar.zst BIP39-7cfd04e318155a9a69906436b63a529aa768654f.zip |
Merge pull request #280 from mctrivia/add-hack-time-for-split-cards
Add hack time calculation for Split Mnemonic Cards
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html index 8862904..bfb2bc1 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -177,6 +177,7 @@ | |||
177 | <div class="col-sm-10"> | 177 | <div class="col-sm-10"> |
178 | <textarea id="phraseSplit" class="phraseSplit private-data form-control" title="Only 2 of 3 cards needed to recover."></textarea> | 178 | <textarea id="phraseSplit" class="phraseSplit private-data form-control" title="Only 2 of 3 cards needed to recover."></textarea> |
179 | </div> | 179 | </div> |
180 | <div id="phraseSplitWarn" class="phraseSplitWarn"></div> | ||
180 | </div> | 181 | </div> |
181 | <div class="form-group"> | 182 | <div class="form-group"> |
182 | <label for="passphrase" class="col-sm-2 control-label">BIP39 Passphrase (optional)</label> | 183 | <label for="passphrase" class="col-sm-2 control-label">BIP39 Passphrase (optional)</label> |