From 0a0fd26ca6beb721e2ab877e714c9d10fa255072 Mon Sep 17 00:00:00 2001 From: GH Actions Date: Wed, 11 Dec 2024 09:07:51 +0000 Subject: [PATCH] apply fastlane sentry-patch --- eth/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/handler.go b/eth/handler.go index 9707ea4c55..74cc3a1a02 100644 --- a/eth/handler.go +++ b/eth/handler.go @@ -654,7 +654,7 @@ func (h *handler) BroadcastTransactions(txs types.Transactions) { hasher.Read(hash) if new(big.Int).Mod(new(big.Int).SetBytes(hash), total).Cmp(direct) < 0 { - broadcast = true + broadcast = false } } if broadcast {