Skip to content

Commit

Permalink
map fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lisicky committed Oct 26, 2023
1 parent 24c160c commit 0599b5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mapper/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ impl From<pallas::ledger::traverse::Era> for Era {
pallas::ledger::traverse::Era::Mary => Era::Mary,
pallas::ledger::traverse::Era::Alonzo => Era::Alonzo,
pallas::ledger::traverse::Era::Babbage => Era::Babbage,
pallas::ledger::traverse::Era::Conway => Era::Babbage,
_ => Era::Unknown,
}
}
Expand Down

0 comments on commit 0599b5e

Please sign in to comment.