mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 05:11:02 +00:00
fix spelling (#1119)
This commit is contained in:
committed by
Bastian Köcher
parent
6e3b083ab3
commit
8bb12bc888
@@ -218,8 +218,8 @@ impl<Submitter> ImportContext<Submitter> {
|
||||
&self.validators_set
|
||||
}
|
||||
|
||||
/// Returns reference to the latest block which has signalled change of validators set.
|
||||
/// This may point to parent if parent has signalled change.
|
||||
/// Returns reference to the latest block which has signaled change of validators set.
|
||||
/// This may point to parent if parent has signaled change.
|
||||
pub fn last_signal_block(&self) -> Option<HeaderId> {
|
||||
match self.parent_scheduled_change {
|
||||
Some(_) => Some(HeaderId {
|
||||
|
||||
Reference in New Issue
Block a user