Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dapplion committed Jun 11, 2024
1 parent 83d48eb commit 8f11d20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions src/ethereum.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
///! This module is exactly identical to https://github.com/paradigmxyz/reth/blob/268e768d822a0d4eb8ed365dc6390862f759a849/crates/ethereum/evm/src/execute.rs
//! This module is exactly identical to <https://github.com/paradigmxyz/reth/blob/268e768d822a0d4eb8ed365dc6390862f759a849/crates/ethereum/evm/src/execute.rs>
use reth::{
primitives::{BlockWithSenders, ChainSpec, Receipt, Request},
providers::ProviderError,
Expand Down Expand Up @@ -44,11 +45,6 @@ where
///
/// This applies the pre-execution and post-execution changes that require an [EVM](Evm), and
/// executes the transactions.
///
/// # Note
///
/// It does __not__ apply post-execution changes that do not require an [EVM](Evm), for that see
/// [`EthBlockExecutor::post_execution`].
pub fn execute_state_transitions<Ext, DB>(
&self,
block: &BlockWithSenders,
Expand Down
2 changes: 1 addition & 1 deletion src/execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ where
self.state.set_state_clear_flag(state_clear_flag);
}

/// Apply post execution state changes that do not require an [EVM](Evm), such as: block
/// Apply post execution state changes that do not require an such as: block
/// rewards, withdrawals, and irregular DAO hardfork state change
// [Gnosis/fork:DIFF]
pub fn post_execution(
Expand Down

0 comments on commit 8f11d20

Please sign in to comment.