mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-07 13:55:17 +00:00
abci: regenerate proto files
## Description regenerate proto stubs I do find max_num to be vague. possibly renaming to max_entries or max_evidence_entries may be more descriptive? Closes: #XXX
This commit is contained in:
@@ -139,7 +139,7 @@ func (tm2pb) ConsensusParams(params *ConsensusParams) *abci.ConsensusParams {
|
||||
Evidence: &abci.EvidenceParams{
|
||||
MaxAgeNumBlocks: params.Evidence.MaxAgeNumBlocks,
|
||||
MaxAgeDuration: params.Evidence.MaxAgeDuration,
|
||||
MaxNumEvidence: params.Evidence.MaxNum,
|
||||
MaxNum: params.Evidence.MaxNum,
|
||||
},
|
||||
Validator: &abci.ValidatorParams{
|
||||
PubKeyTypes: params.Validator.PubKeyTypes,
|
||||
|
||||
Reference in New Issue
Block a user