mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
docs: minor doc nits in reth basic payload (#7977)
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user