Skip to content

Commit

Permalink
Evidence Max Bytes Update (sei-protocol#1812)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kbhat1 authored Aug 8, 2024
1 parent 4fed1a0 commit ea6f949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -1751,7 +1751,7 @@ func (app *App) getFinalizeBlockResponse(appHash []byte, events []abci.Event, tx
Evidence: &tmproto.EvidenceParams{
MaxAgeNumBlocks: endBlockResp.ConsensusParamUpdates.Evidence.MaxAgeNumBlocks,
MaxAgeDuration: endBlockResp.ConsensusParamUpdates.Evidence.MaxAgeDuration,
MaxBytes: endBlockResp.ConsensusParamUpdates.Block.MaxBytes,
MaxBytes: endBlockResp.ConsensusParamUpdates.Evidence.MaxBytes,
},
Validator: &tmproto.ValidatorParams{
PubKeyTypes: endBlockResp.ConsensusParamUpdates.Validator.PubKeyTypes,
Expand Down

0 comments on commit ea6f949

Please sign in to comment.