mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-25 17:34:36 +00:00
Update evidence params with MaxNum (#95)
evidence params now includes maxNum which is the maximum number of evidence that can be committed on a single block
This commit is contained in:
@@ -107,12 +107,13 @@ func (params ConsensusParams) Hash() []byte {
|
||||
type BlockParams struct {
|
||||
MaxBytes int64
|
||||
MaxGas int64
|
||||
TimeIotaMs int64
|
||||
TimeIotaMs int64
|
||||
}
|
||||
|
||||
type EvidenceParams struct {
|
||||
MaxAgeNumBlocks int64
|
||||
MaxAgeDuration time.Duration
|
||||
MaxNum uint32
|
||||
}
|
||||
|
||||
type ValidatorParams struct {
|
||||
|
||||
Reference in New Issue
Block a user