lnd connect dialog remove size

This commit is contained in:
Christian Rotzoll 2019-08-13 01:21:42 +02:00
parent 06e20c27c5
commit fa271a52b8

View file

@ -139,7 +139,7 @@ whiptail --backtitle "Connecting Mobile Wallet" \
--title "Pairing by QR code" \ --title "Pairing by QR code" \
--yes-button "continue" \ --yes-button "continue" \
--no-button "show QR code" \ --no-button "show QR code" \
--yesno "${msg}" 20 65 --yesno "${msg}" 18 65
if [ $? -eq 1 ]; then if [ $? -eq 1 ]; then
lndconnect --host=${host} --port=${port} lndconnect --host=${host} --port=${port}
echo "(To shrink QR code: OSX->CMD- / LINUX-> CTRL-) Press ENTER when finished." echo "(To shrink QR code: OSX->CMD- / LINUX-> CTRL-) Press ENTER when finished."