diff --git a/turbo/jsonrpc/zkevm_api.go b/turbo/jsonrpc/zkevm_api.go index 0af21dda657..2d08e56004e 100644 --- a/turbo/jsonrpc/zkevm_api.go +++ b/turbo/jsonrpc/zkevm_api.go @@ -592,8 +592,6 @@ func (api *ZkEvmAPIImpl) GetBatchByNumber(ctx context.Context, rpcBatchNumber rp batch.Closed = true } } - - batch.Closed = batchNo <= latestClosedbatchNum } // verification - if we can't find one, maybe this batch was verified along with a higher batch number