Skip to content

Commit

Permalink
cl: Fix struct name
Browse files Browse the repository at this point in the history
Signed-off-by: oftenoccur <[email protected]>
  • Loading branch information
oftenoccur committed Jan 7, 2025
1 parent dc547a8 commit d524a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl/clparams/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d524a59

Please sign in to comment.