From 77aac236a077cff8fb889ffa1a675b3cf3fcaac6 Mon Sep 17 00:00:00 2001 From: Sergi Rene Date: Thu, 5 Sep 2024 22:52:05 +0200 Subject: [PATCH] lint fix --- block/state.go | 1 - 1 file changed, 1 deletion(-) 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