Skip to content

Commit

Permalink
chore: bumps revm-scroll
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Edison <[email protected]>
  • Loading branch information
greged93 committed Mar 9, 2025
1 parent 34bbfa6 commit a31c666
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/scroll/consensus/src/validation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ fn validate_header_base_fee<H: BlockHeader, ChainSpec: ScrollHardforks>(
/// we modify this validation compared to
/// [`reth_consensus_common::validation::validate_against_parent_timestamp`].
#[inline]
pub fn validate_against_parent_timestamp<H: BlockHeader>(
fn validate_against_parent_timestamp<H: BlockHeader>(
header: &H,
parent: &H,
) -> Result<(), ConsensusError> {
Expand Down

0 comments on commit a31c666

Please sign in to comment.