Skip to content

Commit

Permalink
fix/test sized Metadata for Babbage
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcFontaine committed May 16, 2022
1 parent f8df8b7 commit bdbf1a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ assumeMapCosts _proxy = stepFunction [
ShelleyBasedEraAllegra -> 39
ShelleyBasedEraMary -> 39
ShelleyBasedEraAlonzo -> 42
ShelleyBasedEraBabbage -> error "42"
ShelleyBasedEraBabbage -> 42

-- Bytestring costs are not LINEAR !!
-- Costs are piecewise linear for payload sizes [0..23] and [24..64].
Expand Down

0 comments on commit bdbf1a9

Please sign in to comment.