mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
quick fix chashout
This commit is contained in:
parent
8277b96fb9
commit
1313e04887
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue