Skip to content

Commit

Permalink
Fix building
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Apr 25, 2022
1 parent 07edc09 commit 32bb206
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ roundtrip2' enc dec a = case deserialiseFromBytes dec bs of
-------------------------------------------------------------------------------}

prop_roundtrip_Addr :: Ledger.Addr Mock.C_Crypto -> Property
prop_roundtrip_Addr =
roundtrip toCBOR fromCBOR
.&&. roundtrip toCBOR fromCborAddr acnt
prop_roundtrip_Addr addr =
roundtrip toCBOR fromCBOR addr
.&&. roundtrip toCBOR fromCborAddr addr

prop_roundtrip_RewardAcnt :: Ledger.RewardAcnt Mock.C_Crypto -> Property
prop_roundtrip_RewardAcnt acnt =
Expand Down

0 comments on commit 32bb206

Please sign in to comment.