mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
Fix typo
This commit is contained in:
parent
0006c9b647
commit
0b1b8f3b0c
1 changed files with 2 additions and 2 deletions
|
@ -172,7 +172,7 @@ if [ ${walletExists} -eq 0 ]; then
|
|||
|
||||
# UI: Ask if user wants NEW wallet or RECOVER a wallet
|
||||
OPTIONS=(NEW "Setup a brand new Lightning Node (DEFAULT)" \
|
||||
OLD "I had a old Node I want to recover/restore")
|
||||
OLD "I had an old Node I want to recover/restore")
|
||||
CHOICE=$(dialog --backtitle "RaspiBlitz" --clear --title "LND Setup" --menu "LND Data & Wallet" 11 60 6 "${OPTIONS[@]}" 2>&1 >/dev/tty)
|
||||
echo "choice($CHOICE)"
|
||||
|
||||
|
@ -497,4 +497,4 @@ You may now give it
|
|||
extra time to rescan.
|
||||
" 10 25
|
||||
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue