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 Dec 11, 2024
1 parent 569eb7b commit 0a0fd26
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 @@ -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 {
Expand Down

0 comments on commit 0a0fd26

Please sign in to comment.