This commit is contained in:
Sergio Mena
2022-11-30 21:19:18 +01:00
parent 1222d07178
commit 33e022c0c7
+1 -1
View File
@@ -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)
}