diff --git a/block/state.go b/block/state.go index 1d2ae5b88..71c7381a5 100644 --- a/block/state.go +++ b/block/state.go @@ -145,7 +145,6 @@ func (e *Executor) UpdateStateAfterCommit(s *types.State, resp *tmstate.ABCIResp s.RollappParams.Da = resp.EndBlock.RollappConsensusParamUpdates.Da s.RollappParams.Version = resp.EndBlock.RollappConsensusParamUpdates.Version } - } // UpdateProposerFromBlock updates the proposer from the block