Skip to content

Commit

Permalink
Remove block validation override from participation profile.
Browse files Browse the repository at this point in the history
  • Loading branch information
winder committed Jun 27, 2023
1 parent df22f75 commit 0f3d3a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/algocfg/profileCommand.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ var (
participation = configUpdater{
description: "Participate in consensus or simply ensure chain health by validating blocks.",
updateFunc: func(cfg config.Local) config.Local {
cfg.CatchupBlockValidateMode = 0b1100
return cfg
},
}
Expand Down

0 comments on commit 0f3d3a5

Please sign in to comment.