From 6af2d4c017d1b74bc5dfcd26aea3fb51e0ffcd82 Mon Sep 17 00:00:00 2001 From: Andronikos Nedos Date: Thu, 7 May 2026 11:06:20 +0200 Subject: [PATCH] comment fix --- deployment/finality/finality.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/finality/finality.go b/deployment/finality/finality.go index b74b33365f..6399ec8a77 100644 --- a/deployment/finality/finality.go +++ b/deployment/finality/finality.go @@ -36,7 +36,7 @@ type Config struct { // finality config work as an OR meaning that the allowed finality config can be a combination of the following: // - WaitForFinality // - WaitForSafe -// - BlockDepth (define max allowed block depth to wait for) +// - BlockDepth (define min allowed block depth to wait for) // // WaitForFinality is the zero-value sentinel (0x00000000) and is therefore // implicit: it is "allowed" whenever the raw value is 0x00000000 OR when