Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
ewoolsey committed Sep 12, 2024
1 parent 10c6844 commit eed91b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/optimism/evm/src/execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ where
/// # Note
///
/// It does __not__ apply post-execution changes.
pub fn execute_pre_and_transactions<Ext, DB>(
fn execute_pre_and_transactions<Ext, DB>(
&self,
block: &BlockWithSenders,
mut evm: Evm<'_, Ext, &mut State<DB>>,
Expand Down

0 comments on commit eed91b9

Please sign in to comment.