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