mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 07:31: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
@@ -111,7 +111,7 @@ pub struct StoredHeader<Submitter> {
|
||||
pub struct ValidatorsSet {
|
||||
/// Validators of this set.
|
||||
pub validators: Vec<Address>,
|
||||
/// Hash of the block where this set has been signalled. None if this is the first set.
|
||||
/// Hash of the block where this set has been signaled. None if this is the first set.
|
||||
pub signal_block: Option<HeaderId>,
|
||||
/// Hash of the block where this set has been enacted.
|
||||
pub enact_block: HeaderId,
|
||||
|
||||
Reference in New Issue
Block a user