From 1ce0a6d28e16dfe5539f35c02f56b8371105e996 Mon Sep 17 00:00:00 2001 From: Slyghtning Date: Tue, 16 Dec 2025 14:41:05 +0100 Subject: [PATCH] staticaddr: reduce deposit confs from 6 to 3 --- staticaddr/deposit/manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staticaddr/deposit/manager.go b/staticaddr/deposit/manager.go index ccce718ba..c49f58a2d 100644 --- a/staticaddr/deposit/manager.go +++ b/staticaddr/deposit/manager.go @@ -23,7 +23,7 @@ const ( // MinConfs is the minimum number of confirmations we require for a // deposit to be considered available for loop-ins, coop-spends and // timeouts. - MinConfs = 6 + MinConfs = 3 // MaxConfs is unset since we don't require a max number of // confirmations for deposits.