Skip to content

Commit 79f129a

Browse files
authored
Merge pull request #92 from bane-labs/remove-validatorscount
params: remove ValidatorsCount setting
2 parents 23089b5 + b41cc99 commit 79f129a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

params/config.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,6 @@ func (c *CliqueConfig) String() string {
359359
type DBFTConfig struct {
360360
SecondsPerBlock uint64 `json:"period"` // Number of seconds between blocks to enforce
361361
StandByValidators []common.Address `json:"standbyValidators"` // Stand by validators.
362-
ValidatorsCount uint32 `json:"validatorsCount"`
363362
}
364363

365364
// String implements the stringer interface, returning the consensus engine details.

0 commit comments

Comments
 (0)