Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
datluongductuan committed Mar 12, 2024
1 parent 2173936 commit 97aebb3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pkg/mev/blxr_bundle_sender.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,16 @@ func (s *BloxrouteClient) SendBundle(
return SendBundleResponse(resp), nil
}

func (s *BloxrouteClient) SendBackrunBundle(
_ context.Context,
_ *string,
_ uint64,
_ string,
_ ...*types.Transaction,
) (SendBundleResponse, error) {
return SendBundleResponse{}, fmt.Errorf("method not support")
}

func (s *BloxrouteClient) CancelBundle(
ctx context.Context, bundleUUID string,
) error {
Expand Down

0 comments on commit 97aebb3

Please sign in to comment.