mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-22 04:31:02 +00:00
fix backwards compatibility for aura seals (#2164)
This commit is contained in:
committed by
DemiMarie-parity
parent
a8b5fe145f
commit
bbb45c76dc
@@ -202,7 +202,9 @@ pub enum CheckedHeader<H, S> {
|
||||
Deferred(H, u64),
|
||||
/// A header which is fully checked, including signature. This is the pre-header
|
||||
/// accompanied by the seal components.
|
||||
Checked(H, u64, S),
|
||||
///
|
||||
/// Includes the digest item that encoded the seal.
|
||||
Checked(H, S),
|
||||
}
|
||||
|
||||
/// A slot duration. Create with `get_or_compute`.
|
||||
|
||||
Reference in New Issue
Block a user