From 16ff1df7ab1119c97fdb042d494fd5b0f3bfb8c0 Mon Sep 17 00:00:00 2001 From: AndreasGassmann Date: Mon, 9 Nov 2020 01:25:39 +0100 Subject: [PATCH] feat(bip85): add explanation text and warning --- src/index.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 @@
@@ -325,6 +325,15 @@ title="BIP85 Child Key" rows="3" > +

+ The value of the "BIP85 Child Key" field shown above is not used + anywhere on this page. It can be used as a new key. + (In case of the BIP39 application, you can paste it into the "BIP39 Mnemonic" + field to use it as a new mnemonic). Please read the + BIP85 specs + for more information. This is an advanced feature and should only be used if you understand what it does. + +

-- 2.41.0