mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Fix typo in PayloadJobGenerator comment (#2926)
This commit is contained in:
@ -59,7 +59,7 @@ pub enum KeepPayloadJobAlive {
|
||||
pub trait PayloadJobGenerator: Send + Sync {
|
||||
/// The type that manages the lifecycle of a payload.
|
||||
///
|
||||
/// This type is a Stream that yields better payloads payload.
|
||||
/// This type is a Stream that yields better payloads.
|
||||
type Job: PayloadJob;
|
||||
|
||||
/// Creates the initial payload and a new [PayloadJob] that yields better payloads.
|
||||
|
||||
Reference in New Issue
Block a user