diff --git a/state/executor.go b/state/executor.go index 63004813f..8971def3d 100644 --- a/state/executor.go +++ b/state/executor.go @@ -151,7 +151,7 @@ func (e *BlockExecutor) UpdateStateFromResponses(resp *tmstate.ABCIResponses, st e.logger.Debug("updates to validators", "updates", tmtypes.ValidatorListString(validatorUpdates)) } if state.ConsensusParams.Block.MaxBytes == 0 { - e.logger.Error("maxBytes=0", "state.ConsensusParams.Block", state.ConsensusParams.Block, "block", block) + e.logger.Error("maxBytes=0", "state.ConsensusParams.Block", state.ConsensusParams.Block) } state, err = e.updateState(state, block, resp, validatorUpdates)