Browse Source

lnd connect dialog remove size

v1.3
Christian Rotzoll 5 years ago
parent
commit
fa271a52b8
  1. 2
      home.admin/97addMobileWalletLNDconnect.sh

2
home.admin/97addMobileWalletLNDconnect.sh

@ -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."

Loading…
Cancel
Save