Skip to content

Commit

Permalink
fix compile time
Browse files Browse the repository at this point in the history
  • Loading branch information
nhenin committed Sep 2, 2024
1 parent 91ea28d commit 475488a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,7 @@ solveInitialTxBodyContent era protocol marloweVersion scriptCtx WalletContext{..
, helperRoles
)

solveTxInsReference :: Set Chain.ScriptHash -> Set C.TxIn -> Either ConstraintError (C.TxInsReference C.BuildTx era)
solveTxInsReference :: Set Chain.ScriptHash -> Set C.TxIn -> Either ConstraintError (C.TxInsReference era)
solveTxInsReference requiredPayoutScriptHashes helperTxInReferences =
maybe (pure C.TxInsReferenceNone) (fmap (C.TxInsReference era) . sequence)
-- sequenceL is from the 'Crosswalk' type class. It behaves similarly to
Expand Down

0 comments on commit 475488a

Please sign in to comment.