Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdvisscher committed Feb 8, 2023
1 parent 4cfe1f1 commit 16b70f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plutus-ledger-constraints/src/Ledger/Constraints/OffChain.hs
Expand Up @@ -473,7 +473,6 @@ prepareConstraints
, ToData (RedeemerType a)
, MonadReader (ScriptLookups a) m
, MonadError MkTxError m
, MonadState ConstraintProcessingState m
)
=> [ScriptInputConstraint (RedeemerType a)]
-> [ScriptOutputConstraint (DatumType a)]
Expand Down Expand Up @@ -572,7 +571,6 @@ updateUtxoIndex = do
addOwnInput
:: ( MonadReader (ScriptLookups a) m
, MonadError MkTxError m
, MonadState ConstraintProcessingState m
, FromData (DatumType a)
, ToData (DatumType a)
, ToData (RedeemerType a)
Expand Down

0 comments on commit 16b70f7

Please sign in to comment.