cln: use default normal feerate to withdraw all

This commit is contained in:
openoms 2023-02-11 08:48:17 +00:00
parent 0d0168b1e7
commit 76b49c87bc
No known key found for this signature in database
GPG key ID: 5BFB77609B081B65

View file

@ -97,7 +97,7 @@ echo "******************************"
# execute command
if [ ${LNTYPE} = "cl" ];then
# withdraw destination satoshi [feerate] [minconf] [utxos]
command="$lightningcli_alias withdraw ${address} all slow"
command="$lightningcli_alias withdraw ${address} all"
elif [ ${LNTYPE} = "lnd" ];then
command="$lncli_alias sendcoins --sweepall --addr=${address} --conf_target=36"
fi