From 5f3d5f3f19ab5781f8b79bc252c06fca2d49cc12 Mon Sep 17 00:00:00 2001 From: Matthieu Vachon Date: Fri, 7 Feb 2025 16:56:09 -0500 Subject: [PATCH] Removed a bit of useless tracing in Firehose tracer --- eth/tracers/firehose.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eth/tracers/firehose.go b/eth/tracers/firehose.go index 768070af1d..01fc6cb80c 100644 --- a/eth/tracers/firehose.go +++ b/eth/tracers/firehose.go @@ -706,7 +706,6 @@ func (f *Firehose) assignOrdinalAndIndexToReceiptLogs() { callLogs := []*pbeth.Log{} for _, call := range trx.Calls { - firehoseTrace("checking call (reverted=%t logs=%d)", call.StateReverted, len(call.Logs)) if call.StateReverted { continue } @@ -1234,7 +1233,7 @@ func (f *Firehose) OnBalanceChange(a common.Address, prev, new *big.Int, reason if *f.applyBackwardCompatibility { // Known Firehose issue: It's possible to burn Ether by sending some ether to a suicided account. In those case, - // at theend of block producing, StateDB finalize the block by burning ether from the account. This is something + // at the end of block producing, StateDB finalize the block by burning ether from the account. This is something // we were not tracking in the old Firehose instrumentation. if reason == tracing.BalanceDecreaseSelfdestructBurn { return