mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-03-01 00:59:23 +01:00
cln: use default normal feerate to withdraw all
This commit is contained in:
parent
0d0168b1e7
commit
76b49c87bc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue