Polished guide
This commit is contained in:
parent
fc6ccd0ab3
commit
495177bd9b
3 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue