Skip to content

Commit

Permalink
docs: minor doc nits in reth basic payload (paradigmxyz#7977)
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg authored Apr 29, 2024
1 parent 4c01856 commit 490fbb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/payload/basic/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ mod metrics;
pub struct BasicPayloadJobGenerator<Client, Pool, Tasks, Builder> {
/// The client that can interact with the chain.
client: Client,
/// txpool
/// The transaction pool to pull transactions from.
pool: Pool,
/// How to spawn building tasks
/// The task executor to spawn payload building tasks on.
executor: Tasks,
/// The configuration for the job generator.
config: BasicPayloadJobGeneratorConfig,
Expand Down

0 comments on commit 490fbb0

Please sign in to comment.