Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.

Commit f6b0911

Browse files
committed
add log
1 parent 5d30cf1 commit f6b0911

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

crates/op-rbuilder/src/builders/context.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,8 @@ impl<ExtraCtx: Debug + Default> OpPayloadBuilderCtx<ExtraCtx> {
605605
info.executed_senders.push(tx.signer());
606606
info.executed_transactions.push(tx.into_inner());
607607

608+
info!(message = "Executed transaction", tx_hash = ?tx_hash);
609+
608610
// Execute backrun bundles for this transaction if it succeeded
609611
if is_success && let Some(backrun_bundles) = self.backrun_bundle_store.get(&tx_hash) {
610612
info!(target: "backrun_bundles", target_tx = ?tx_hash, bundle_count = backrun_bundles.len(), "Found backrun bundles for transaction");

0 commit comments

Comments
 (0)