feat(engine): add tx_index to execute tx span (#22972)

Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
This commit is contained in:
Derek Cofausper
2026-03-11 17:19:58 -07:00
committed by GitHub
parent ec59698ef6
commit a12a32efff

View File

@@ -1009,6 +1009,7 @@ where
let _enter = debug_span!(
target: "engine::tree",
"execute tx",
tx_index = senders.len() - 1,
)
.entered();
trace!(target: "engine::tree", "Executing transaction");