Browse Source

quick fix chashout

#146
rootzoll 6 years ago
parent
commit
1313e04887
  1. 3
      home.admin/BBcashoutWallet.sh

3
home.admin/BBcashoutWallet.sh

@ -43,8 +43,9 @@ fi
# TODO: check address is valid for network and chain
# TODO: check if fees are getting done right so that transaction will get processed
amount=$((amount - 10000))
command="lncli --chain=${network} sendcoins --addr ${address} --amt ${amount} --conf_target 3"
command="lncli --chain=${network} --conf_target 3 sendcoins ${address} ${amount}"
clear
echo "******************************"

Loading…
Cancel
Save