mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-28 16:58:03 +01:00
Merge pull request #3669 from rootzoll/cl-withdraw-patch
cln: use default normal feerate to withdraw all
This commit is contained in:
commit
2f88ea9d25
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue