diff options
-rw-r--r-- | src/index.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html index fa04fce..6548288 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -254,7 +254,7 @@ | |||
254 | <div class="col-sm-10"> | 254 | <div class="col-sm-10"> |
255 | <label class="control-label text-weight-normal"> | 255 | <label class="control-label text-weight-normal"> |
256 | <input type="checkbox" class="showBip85" /> | 256 | <input type="checkbox" class="showBip85" /> |
257 | Show BIP85 | 257 | Show <a href="https://github.com/bitcoin/bips/blob/master/bip-0085.mediawiki">BIP85</a> |
258 | </label> | 258 | </label> |
259 | </div> | 259 | </div> |
260 | </div> | 260 | </div> |
@@ -325,6 +325,15 @@ | |||
325 | title="BIP85 Child Key" | 325 | title="BIP85 Child Key" |
326 | rows="3" | 326 | rows="3" |
327 | ></textarea> | 327 | ></textarea> |
328 | <p class="help-block"> | ||
329 | <span id="bip85Warn" class="text-danger">The value of the "BIP85 Child Key" field shown above is not used | ||
330 | anywhere on this page. It can be used as a new key. | ||
331 | (In case of the BIP39 application, you can paste it into the "BIP39 Mnemonic" | ||
332 | field to use it as a new mnemonic). Please read the | ||
333 | <a href="https://github.com/bitcoin/bips/blob/master/bip-0085.mediawiki">BIP85 specs</a> | ||
334 | for more information. This is an advanced feature and should only be used if you understand what it does. | ||
335 | </span> | ||
336 | </p> | ||
328 | </div> | 337 | </div> |
329 | </div> | 338 | </div> |
330 | 339 | ||