Skip to content

Commit

Permalink
remove unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshvanahalli committed Dec 31, 2024
1 parent 717364f commit cf6b606
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions execution/gethexec/express_lane_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ type expressLaneService struct {
roundTimingInfo timeboost.RoundTimingInfo
earlySubmissionGrace time.Duration
chainConfig *params.ChainConfig
logs chan []*types.Log
auctionContract *express_lane_auctiongen.ExpressLaneAuction
roundControl *lru.Cache[uint64, *expressLaneControl] // thread safe
msgAndResultBySequenceNumber map[uint64]*msgAndResult
Expand Down Expand Up @@ -105,7 +104,6 @@ pending:
earlySubmissionGrace: earlySubmissionGrace,
roundControl: lru.NewCache[uint64, *expressLaneControl](8), // Keep 8 rounds cached.
auctionContractAddr: auctionContractAddr,
logs: make(chan []*types.Log, 10_000),
msgAndResultBySequenceNumber: make(map[uint64]*msgAndResult),
}, nil
}
Expand Down

0 comments on commit cf6b606

Please sign in to comment.