From 548d94994b97fe8d01f2712fbf82df61e3d98133 Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Mon, 12 Mar 2018 10:23:47 +1100 Subject: [PATCH] Warn that entropy values should exclude checksum --- src/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/index.html b/src/index.html index 67e9101..40785db 100644 --- a/src/index.html +++ b/src/index.html @@ -715,6 +715,9 @@ Be careful - it can be easy to make mistakes if you don't know what you're doing.

Entropy

+

+ Entropy values should not include the BIP39 checksum. This is automatically added by the tool. +

Entropy values must be sourced from a -- 2.41.0