docs: minor doc nits in reth basic payload (#7977)

This commit is contained in:
Oliver Nordbjerg
2024-04-30 01:32:08 +02:00
committed by GitHub
parent 4c01856e6d
commit 490fbb0f52

View File

@ -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,