mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 08:41:02 +00:00
Make CI happy again (#1086)
* Appease `cargo-spellcheck` * Increase logging for `cargo-spellcheck` * Fix config file name
This commit is contained in:
committed by
Bastian Köcher
parent
82a952c0db
commit
75df85f52a
@@ -567,7 +567,7 @@ pub(crate) fn find_scheduled_change<H: HeaderT>(header: &H) -> Option<sp_finalit
|
||||
header.digest().convert_first(|l| l.try_to(id).and_then(filter_log))
|
||||
}
|
||||
|
||||
/// Checks the given header for a consensus digest signalling a **forced** scheduled change and
|
||||
/// Checks the given header for a consensus digest signaling a **forced** scheduled change and
|
||||
/// extracts it.
|
||||
pub(crate) fn find_forced_change<H: HeaderT>(
|
||||
header: &H,
|
||||
|
||||
Reference in New Issue
Block a user