From 0d58bc992b157ae410c9b91a97a92e8adbeb190e Mon Sep 17 00:00:00 2001 From: BlueMoon Date: Wed, 4 Mar 2026 20:07:56 -0600 Subject: [PATCH] Increase default recovery window to 31000 Increase the default recovery windows for OGs Lightning runners. I tested 2500, 10000, 20000, 30000 and 31000 and with the last value I recover all my funds finally. Or maybe add a value in docs between 2500 to XXXXXX --- cmd/commands/commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/commands/commands.go b/cmd/commands/commands.go index 0c389a610b0..8ee450215e1 100644 --- a/cmd/commands/commands.go +++ b/cmd/commands/commands.go @@ -38,7 +38,7 @@ import ( // TODO(roasbeef): expose all fee conf targets -const defaultRecoveryWindow int32 = 2500 +const defaultRecoveryWindow int32 = 31000 const ( defaultUtxoMinConf = 1