From d524a5969e1817db7d280017ddb95dc90ab3a55d Mon Sep 17 00:00:00 2001 From: oftenoccur Date: Tue, 7 Jan 2025 23:25:10 +0800 Subject: [PATCH] cl: Fix struct name Signed-off-by: oftenoccur --- cl/clparams/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl/clparams/config.go b/cl/clparams/config.go index 20682c3ec4c..d0545fec81a 100644 --- a/cl/clparams/config.go +++ b/cl/clparams/config.go @@ -50,7 +50,7 @@ type CaplinConfig struct { SnapshotGenerationEnabled bool // Network related config NetworkId NetworkType - // DisableCheckpointSync is optional and is used to disable checkpoint sync used by default in the node + // DisabledCheckpointSync is optional and is used to disable checkpoint sync used by default in the node DisabledCheckpointSync bool // CaplinMeVRelayUrl is optional and is used to connect to the external builder service. // If it's set, the node will start in builder mode