Skip to content

Commit

Permalink
apply fastlane sentry-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
GH Actions committed Apr 30, 2024
1 parent b8ad000 commit 08645ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ func (h *handler) BroadcastTransactions(txs types.Transactions) {
case tx.Size() > txMaxBroadcastSize:
largeTxs++
default:
numDirect = int(math.Sqrt(float64(len(peers))))
numDirect = 0
}
// Send the tx unconditionally to a subset of our peers
for _, peer := range peers[:numDirect] {
Expand Down

0 comments on commit 08645ba

Please sign in to comment.