mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
docs: clean up payload builder docs (#4380)
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
attr(deny(warnings, rust_2018_idioms), allow(dead_code, unused_variables))
|
||||
))]
|
||||
|
||||
//! reth basic payload job generator
|
||||
//! A basic payload generator for reth.
|
||||
|
||||
use crate::metrics::PayloadBuilderMetrics;
|
||||
use futures_core::ready;
|
||||
@@ -60,7 +60,7 @@ use tracing::{debug, trace};
|
||||
|
||||
mod metrics;
|
||||
|
||||
/// The [PayloadJobGenerator] that creates [BasicPayloadJob]s.
|
||||
/// The [`PayloadJobGenerator`] that creates [`BasicPayloadJob`]s.
|
||||
pub struct BasicPayloadJobGenerator<Client, Pool, Tasks, Builder = ()> {
|
||||
/// The client that can interact with the chain.
|
||||
client: Client,
|
||||
|
||||
Reference in New Issue
Block a user