Polished guide

This commit is contained in:
Sun Knudsen 2021-03-05 10:33:51 -05:00
parent fc6ccd0ab3
commit 495177bd9b
No known key found for this signature in database
GPG key ID: 1FA767862BBD1305
3 changed files with 2 additions and 3 deletions

View file

@ -90,6 +90,7 @@ function exists {
}
if [ "$bip39" = true ]; then
printf "%s\n" "Testing secret against BIP39 word list…"
words=($secret)
for word in ${words[@]}; do
if ! exists $word; then