From d954ba90b5c63734c3c3937e976d709bd40c30cd Mon Sep 17 00:00:00 2001 From: thanhpp Date: Wed, 3 Jan 2024 10:11:34 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=9A=A8=20mev:=20SendBundle=20(cycl?= =?UTF-8?q?op)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: thanhpp --- pkg/mev/send_bundle.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/mev/send_bundle.go b/pkg/mev/send_bundle.go index a1260b0..c32b5c7 100644 --- a/pkg/mev/send_bundle.go +++ b/pkg/mev/send_bundle.go @@ -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