fix(traverse): Add missing era probe
This commit is contained in:
parent
cfcae16f0c
commit
2b7282143d
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),
|
||||
4 => Outcome::Matched(Era::Mary),
|
||||
5 => Outcome::Matched(Era::Alonzo),
|
||||
6 => Outcome::Matched(Era::Babbage),
|
||||
_ => Outcome::Inconclusive,
|
||||
},
|
||||
_ => Outcome::Inconclusive,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue