Skip to content

Commit

Permalink
fix: 🚨 mev: SendBundle (cyclop)
Browse files Browse the repository at this point in the history
Signed-off-by: thanhpp <[email protected]>
  • Loading branch information
thanhpp committed Jan 3, 2024
1 parent 9e07425 commit d954ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/mev/send_bundle.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const (
SendBundleMethod = "eth_sendBundle"
)

func SendBundle(
func SendBundle( // nolint: cyclop
ctx context.Context, c *http.Client, endpoint string, req SendBundleRequest, options ...SendBundleOptions,
) (SendBundleResponse, error) {
var opts sendBundleOpts
Expand Down

0 comments on commit d954ba9

Please sign in to comment.