Skip to content

Commit

Permalink
Update crates/engine/primitives/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Cline <[email protected]>
  • Loading branch information
hoank101 and Rjected authored Jan 23, 2025
1 parent 289eaad commit df58675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/engine/primitives/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ pub trait PayloadValidator: fmt::Debug + Send + Sync + Unpin + 'static {

/// Type that validates the payloads processed by the engine.
pub trait EngineValidator<Types: EngineTypes>: PayloadValidator {
/// Validates the execution requests according to EIP-7685.
/// Validates the execution requests according to [EIP-7685](https://eips.ethereum.org/EIPS/eip-7685).
fn validate_execution_requests(
&self,
requests: &Requests,
Expand Down

0 comments on commit df58675

Please sign in to comment.