diff --git a/state/execution.go b/state/execution.go index a942e9214..d9f68615d 100644 --- a/state/execution.go +++ b/state/execution.go @@ -552,7 +552,7 @@ func updateState( return state, fmt.Errorf("updating consensus params: %w", err) } - err = state.ConsensusParams.ValidateUpdate(abciResponses.EndBlock.ConsensusParamUpdates, header.Height) + err = state.ConsensusParams.ValidateUpdate(abciResponse.ConsensusParamUpdates, header.Height) if err != nil { return state, fmt.Errorf("updating consensus params: %w", err) }