Skip to content

Commit 443b10b

Browse files
authored
Update crates/rbuilder/src/mev_boost/mod.rs
1 parent 83e9d4b commit 443b10b

File tree

1 file changed

+1
-1
lines changed
  • crates/rbuilder/src/mev_boost

1 file changed

+1
-1
lines changed

crates/rbuilder/src/mev_boost/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const SIM_FAILED_NON_CRITICAL_ERRORS: &[&str] = &[
5656
"block is too old, outside validation window", // Generated from time to time from agnostic relay in the end of the slot
5757
"block gas limit mismatch", // Generated from time to time from ultrasounds relay when we ignore the gas limit.
5858
"Proposer MEV Protect is enabled", // Generated by bloxroute since we didn't implement Proposer MEV Protect. On 2025/07/17 this is still not critical (the block is still valid) and it's not clear if it will ever be reason for demotion.
59-
"no state found for block",
59+
"no state found for block", // Generated by reth validation nodes that are out of sync
6060
];
6161

6262
/// If the bid we send is below a non cancellable bid from the competition agnostics answers this.

0 commit comments

Comments
 (0)