mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 04:26:28 +02:00
cln: use default normal feerate to withdraw all
This commit is contained in:
@@ -97,7 +97,7 @@ echo "******************************"
|
|||||||
# execute command
|
# execute command
|
||||||
if [ ${LNTYPE} = "cl" ];then
|
if [ ${LNTYPE} = "cl" ];then
|
||||||
# withdraw destination satoshi [feerate] [minconf] [utxos]
|
# withdraw destination satoshi [feerate] [minconf] [utxos]
|
||||||
command="$lightningcli_alias withdraw ${address} all slow"
|
command="$lightningcli_alias withdraw ${address} all"
|
||||||
elif [ ${LNTYPE} = "lnd" ];then
|
elif [ ${LNTYPE} = "lnd" ];then
|
||||||
command="$lncli_alias sendcoins --sweepall --addr=${address} --conf_target=36"
|
command="$lncli_alias sendcoins --sweepall --addr=${address} --conf_target=36"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user