mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 22:41:06 +00:00
Misspelled words (#1169)
This commit is contained in:
committed by
Bastian Köcher
parent
52e36bbeb8
commit
9ee6bdd203
@@ -137,7 +137,7 @@ where
|
|||||||
/// Apply or prune any pending transitions. Provide a closure that can be used to check for the
|
/// Apply or prune any pending transitions. Provide a closure that can be used to check for the
|
||||||
/// finalized block with given number.
|
/// finalized block with given number.
|
||||||
///
|
///
|
||||||
/// When the set has changed, the return value will be `Ok(Some((H, N)))` which is the cnaonical
|
/// When the set has changed, the return value will be `Ok(Some((H, N)))` which is the canonical
|
||||||
/// block where the set last changed.
|
/// block where the set last changed.
|
||||||
pub(crate) fn apply_changes<F, E>(&mut self, just_finalized: N, mut canonical: F)
|
pub(crate) fn apply_changes<F, E>(&mut self, just_finalized: N, mut canonical: F)
|
||||||
-> Result<Status<H, N>, E>
|
-> Result<Status<H, N>, E>
|
||||||
|
|||||||
Reference in New Issue
Block a user