diff --git a/crates/revm/src/processor.rs b/crates/revm/src/processor.rs index b0f9219c97ad..d384de9e4a42 100644 --- a/crates/revm/src/processor.rs +++ b/crates/revm/src/processor.rs @@ -152,8 +152,8 @@ impl<'a> EVMProcessor<'a> { ); } - /// Apply post execution state changes, including block rewards, withdrawals, and irregular DAO hardfork - /// state change. + /// Apply post execution state changes, including block rewards, withdrawals, and irregular DAO + /// hardfork state change. pub fn post_execution_state_change( &mut self, block: &Block,