From 76b49c87bc15f08b1cc5d30a62a073592517e7e8 Mon Sep 17 00:00:00 2001 From: openoms Date: Sat, 11 Feb 2023 08:48:17 +0000 Subject: [PATCH] cln: use default normal feerate to withdraw all --- home.admin/BBcashoutWallet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/BBcashoutWallet.sh b/home.admin/BBcashoutWallet.sh index 9e1a714ca..7b86dddfb 100755 --- a/home.admin/BBcashoutWallet.sh +++ b/home.admin/BBcashoutWallet.sh @@ -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