From 9b458c474b444a34424c6e4a4eea55ae964eabc8 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Thu, 13 Aug 2020 20:18:52 +0200 Subject: [PATCH] #1446 conf_target=36 on chashout --- 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 ae318e44..e1456d4b 100755 --- a/home.admin/BBcashoutWallet.sh +++ b/home.admin/BBcashoutWallet.sh @@ -70,7 +70,7 @@ echo "Sweep all possible Funds" echo "******************************" # execute command -command="lncli --chain=${network} --network=${chain}net sendcoins --sweepall --addr=${address} --conf_target=6" +command="lncli --chain=${network} --network=${chain}net sendcoins --sweepall --addr=${address} --conf_target=36" echo "$command" result=$($command 2>$_error) error=`cat ${_error}`