fix(traverse): Add missing era probe
This commit is contained in:
parent
e38193dec8
commit
22ff70aed5
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ pub fn block_era(cbor: &[u8]) -> Outcome {
|
||||||
3 => Outcome::Matched(Era::Allegra),
|
3 => Outcome::Matched(Era::Allegra),
|
||||||
4 => Outcome::Matched(Era::Mary),
|
4 => Outcome::Matched(Era::Mary),
|
||||||
5 => Outcome::Matched(Era::Alonzo),
|
5 => Outcome::Matched(Era::Alonzo),
|
||||||
|
6 => Outcome::Matched(Era::Babbage),
|
||||||
_ => Outcome::Inconclusive,
|
_ => Outcome::Inconclusive,
|
||||||
},
|
},
|
||||||
_ => Outcome::Inconclusive,
|
_ => Outcome::Inconclusive,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue