We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23089b5 + b41cc99 commit 79f129aCopy full SHA for 79f129a
params/config.go
@@ -359,7 +359,6 @@ func (c *CliqueConfig) String() string {
359
type DBFTConfig struct {
360
SecondsPerBlock uint64 `json:"period"` // Number of seconds between blocks to enforce
361
StandByValidators []common.Address `json:"standbyValidators"` // Stand by validators.
362
- ValidatorsCount uint32 `json:"validatorsCount"`
363
}
364
365
// String implements the stringer interface, returning the consensus engine details.
0 commit comments