Skip to content

Commit

Permalink
Remove ripemd_160 from V3 ParamNames
Browse files Browse the repository at this point in the history
  • Loading branch information
kwxm committed Aug 5, 2024
1 parent e56be2e commit 2cbf6b5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plutus-ledger-api/src/PlutusLedgerApi/V3/ParamName.hs
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,5 @@ data ParamName =
| ByteStringToInteger'cpu'arguments'c2
| ByteStringToInteger'memory'arguments'intercept
| ByteStringToInteger'memory'arguments'slope
| Ripemd_160'cpu'arguments'intercept
| Ripemd_160'cpu'arguments'slope
| Ripemd_160'memory'arguments
deriving stock (Eq, Ord, Enum, Ix, Bounded, Generic)
deriving IsParamName via (GenericParamName ParamName)

0 comments on commit 2cbf6b5

Please sign in to comment.