Browse Source

fix ui

#146
rootzoll 6 years ago
parent
commit
846212a988
  1. 2
      home.admin/BBcashoutWallet.sh

2
home.admin/BBcashoutWallet.sh

@ -90,6 +90,7 @@ while [ ${tryAgain} -eq 1 ]
echo "FAIL: $error" echo "FAIL: $error"
tryAgain=$(echo "${error}" | grep -c 'insufficient funds available to construct transaction') tryAgain=$(echo "${error}" | grep -c 'insufficient funds available to construct transaction')
if [ ${tryAgain} -eq 0 ]; then if [ ${tryAgain} -eq 0 ]; then
echo ""
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
echo "FINAL FAIL --> Was not able to send transaction (see error above)" echo "FINAL FAIL --> Was not able to send transaction (see error above)"
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
@ -97,6 +98,7 @@ while [ ${tryAgain} -eq 1 ]
else else
# success # success
echo "$result" echo "$result"
echo ""
echo "********************************************************************" echo "********************************************************************"
echo "OK --> send ${amount} sat to address + ${fee} sat fees max" echo "OK --> send ${amount} sat to address + ${fee} sat fees max"
echo "********************************************************************" echo "********************************************************************"

Loading…
Cancel
Save