Skip to content

Commit

Permalink
fix(seal): shameless fix on sealing typo (paritytech#4304)
Browse files Browse the repository at this point in the history
  • Loading branch information
antiyro authored and TarekkMA committed Aug 2, 2024
1 parent f3f3569 commit 0c74b90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions substrate/client/consensus/manual-seal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ where
BasicQueue::new(ManualSealVerifier, block_import, None, spawner, registry)
}

/// Params required to start the instant sealing authorship task.
/// Params required to start the manual sealing authorship task.
pub struct ManualSealParams<B: BlockT, BI, E, C: ProvideRuntimeApi<B>, TP, SC, CS, CIDP, P> {
/// Block import instance.
pub block_import: BI,
Expand Down Expand Up @@ -114,7 +114,7 @@ pub struct ManualSealParams<B: BlockT, BI, E, C: ProvideRuntimeApi<B>, TP, SC, C
pub create_inherent_data_providers: CIDP,
}

/// Params required to start the manual sealing authorship task.
/// Params required to start the instant sealing authorship task.
pub struct InstantSealParams<B: BlockT, BI, E, C: ProvideRuntimeApi<B>, TP, SC, CIDP, P> {
/// Block import instance for well. importing blocks.
pub block_import: BI,
Expand Down

0 comments on commit 0c74b90

Please sign in to comment.