aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreasGassmann <andreas@andreasgassmann.ch>2020-11-09 01:25:39 +0100
committerAndreasGassmann <andreas@andreasgassmann.ch>2020-11-09 01:25:39 +0100
commit16ff1df7ab1119c97fdb042d494fd5b0f3bfb8c0 (patch)
treeecd936e9b06ed6f15432dffd2ea3a90d49189861
parentf2f8d8177e0b04a46144bfaf5141e48532208e5f (diff)
downloadBIP39-16ff1df7ab1119c97fdb042d494fd5b0f3bfb8c0.tar.gz
BIP39-16ff1df7ab1119c97fdb042d494fd5b0f3bfb8c0.tar.zst
BIP39-16ff1df7ab1119c97fdb042d494fd5b0f3bfb8c0.zip
feat(bip85): add explanation text and warning
-rw-r--r--src/index.html11
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