fix backwards compatibility for aura seals (#2164)

This commit is contained in:
Robert Habermeier
2019-04-01 23:52:44 +02:00
committed by DemiMarie-parity
parent a8b5fe145f
commit bbb45c76dc
2 changed files with 13 additions and 8 deletions
@@ -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`.