Skip to content

Commit

Permalink
Set proper total max validator set size
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Santev committed Dec 3, 2024
1 parent dc47558 commit eadb975
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions command/genesis/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,9 @@ func setFlags(cmd *cobra.Command) {
cmd.Flags().Uint64Var(
&params.maxNumValidators,
command.MaxValidatorCountFlag,
common.MaxSafeJSInt,
"the maximum number of validators in the validator set for PoS",
150,
"the maximum number of validators in the validator set for PoS"+
"(This is the total maximum - the actual number is set in the core contracts)",
)

cmd.Flags().StringVar(
Expand Down

0 comments on commit eadb975

Please sign in to comment.