#1446 conf_target=36 on chashout

This commit is contained in:
rootzoll 2020-08-13 20:18:52 +02:00
parent c615779dc7
commit 9b458c474b

View File

@ -70,7 +70,7 @@ echo "Sweep all possible Funds"
echo "******************************"
# execute command
command="lncli --chain=${network} --network=${chain}net sendcoins --sweepall --addr=${address} --conf_target=6"
command="lncli --chain=${network} --network=${chain}net sendcoins --sweepall --addr=${address} --conf_target=36"
echo "$command"
result=$($command 2>$_error)
error=`cat ${_error}`