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

Commit afbcd0b

Browse files
committed
skip checking bundles if failed validation
1 parent 15477fe commit afbcd0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ impl<ExtraCtx: Debug + Default> OpPayloadBuilderCtx<ExtraCtx> {
634634
total_effective_tip = total_effective_tip,
635635
"Backrun bundle rejected: total effective tip below target tx"
636636
);
637-
continue 'bundle_loop;
637+
break 'bundle_loop;
638638
}
639639

640640
let total_backrun_gas: u64 = stored_bundle

0 commit comments

Comments
 (0)