From e50d9854bd7ca6009da7f904aec0528e94166d51 Mon Sep 17 00:00:00 2001 From: Sebastian Wojas Date: Tue, 21 Jul 2026 13:52:24 +0200 Subject: [PATCH] Apply suggested fix to seth/tracing.go from Copilot Autofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> --- seth/tracing.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seth/tracing.go b/seth/tracing.go index ca944bf2e..04b4a11e9 100644 --- a/seth/tracing.go +++ b/seth/tracing.go @@ -742,7 +742,7 @@ func (t *Tracer) printDecodedCallData(l zerolog.Logger, calls []*DecodedCall, re } L.Debug(). - Msg("----------- Decoding transaction trace started -----------") + Msg("----------- Decoding transaction trace finished -----------") if revertErr != nil { L.Error().Err(revertErr).Msg("Transaction reverted")