Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TymKh committed May 8, 2024
1 parent c20a7cd commit 5baef79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mevshare/sim_result_backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func izZeroPriorityFeeTX(bundle *SendMevBundleArgs) bool {

// SimulatedBundle is called when simulation is done
// NOTE: we return error only if we want to retry the simulation
func (s *SimulationResultBackend) SimulatedBundle(ctx context.Context, bundle *SendMevBundleArgs, sim *SimMevBundleResponse, info simqueue.QueueItemInfo, shouldCancel bool, isOldBundle bool) error {
func (s *SimulationResultBackend) SimulatedBundle(ctx context.Context, bundle *SendMevBundleArgs, sim *SimMevBundleResponse, info simqueue.QueueItemInfo, shouldCancel, isOldBundle bool) error {
start := time.Now()

var hash common.Hash
Expand Down

0 comments on commit 5baef79

Please sign in to comment.