fix ui dialog

This commit is contained in:
rootzoll 2018-12-03 22:09:15 +01:00
parent 1bc7951096
commit 487e5af7c2

View file

@ -43,10 +43,10 @@ fi
# let user enter the address
l1="Enter on-chain address to send confirmed funds to:"
l2="You will send: ${amount}"
l2="You will send: ${maxAmount} sat"
l3="Maximal fee: 20000 sat (wil be subtracted)"
dialog --title "Where to send funds?" \
--inputbox "$l1\n$l2" 8 75 2>$_temp
--inputbox "$l1\n$l2\n$l3" 8 75 2>$_temp
if test $? -eq 0
then
echo "ok pressed"