chore: rm transact_batch span (#22258)

This commit is contained in:
DaniPopes
2026-02-17 05:45:05 +01:00
committed by GitHub
parent 7f00ebfafe
commit e972d9d8c7

View File

@@ -545,7 +545,6 @@ where
///
/// Note: There are no ordering guarantees; this does not reflect the state produced by
/// sequential execution.
#[instrument(level = "debug", target = "engine::tree::payload_processor::prewarm", skip_all)]
fn transact_batch<Tx>(
self,
txs: CrossbeamReceiver<IndexedTransaction<Tx>>,