Skip to content

Commit

Permalink
address PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
frisitano committed Dec 2, 2024
1 parent 963eb21 commit 036039c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/stages/stages/src/stages/execution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ where
+ StaticFileProviderFactory
+ StatsReader
+ BlockHashReader
+ StateCommitmentProvider
+ StateWriter<Receipt = reth_primitives::Receipt>,
+ StateWriter<Receipt = reth_primitives::Receipt>
+ StateCommitmentProvider,
{
/// Return the id of the stage
fn id(&self) -> StageId {
Expand Down

0 comments on commit 036039c

Please sign in to comment.