Skip to content

Commit

Permalink
fix parseEraValue to cover Conway
Browse files Browse the repository at this point in the history
  • Loading branch information
paolino committed Mar 17, 2023
1 parent dcf3c7d commit 6683d5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/wallet/src/Cardano/Wallet/Read/Eras/EraValue.hs
Expand Up @@ -186,6 +186,7 @@ parseEraValue (x, era) = case era of
3 -> r mary
4 -> r alonzo
5 -> r babbage
6 -> r conway
_ -> Left (x, era)
where
r :: MkEraValue (K a) era -> Either (a, n) (EraValue (K a))
Expand Down

0 comments on commit 6683d5c

Please sign in to comment.