Skip to content

Commit e50250d

Browse files
committed
docs(engine): fix transact_batch comment
1 parent 3a9dbdc commit e50250d

File tree

1 file changed

+3
-2
lines changed
  • crates/engine/tree/src/tree/payload_processor

1 file changed

+3
-2
lines changed

crates/engine/tree/src/tree/payload_processor/prewarm.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,9 @@ where
435435
/// Accepts an [`mpsc::Receiver`] of transactions and a handle to prewarm task. Executes
436436
/// transactions and streams [`PrewarmTaskEvent::Outcome`] messages for each transaction.
437437
///
438-
/// Returns `None` if executing the transactions failed to a non Revert error.
439-
/// Returns the touched+modified state of the transaction.
438+
/// This function processes transactions sequentially from the receiver and emits outcome events
439+
/// via the provided sender. Execution errors are logged and tracked but do not stop the batch
440+
/// processing unless the task is explicitly cancelled.
440441
///
441442
/// Note: There are no ordering guarantees; this does not reflect the state produced by
442443
/// sequential execution.

0 commit comments

Comments
 (0)