Skip to content

Commit

Permalink
generator.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
offensif committed Jan 21, 2025
1 parent 67c2bd1 commit 545842c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/op-rbuilder/src/generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ where
}
}

/// A [PayloadJob] is a a future that's being polled by the `PayloadBuilderService`
/// A [PayloadJob] is a future that's being polled by the `PayloadBuilderService`
impl<Client, Pool, Tasks, Builder> EmptyBlockPayloadJob<Client, Pool, Tasks, Builder>
where
Client: StateProviderFactory + Clone + Unpin + 'static,
Expand Down

0 comments on commit 545842c

Please sign in to comment.