Skip to content

Commit dc5eacc

Browse files
authored
Merge pull request #788 from IntersectMBO/jordan/fix-input-set
Fix inputSet to be parameterized on the era
2 parents 05cd8b7 + ac3fb56 commit dc5eacc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • cardano-api/src/Cardano/Api/Internal/Tx

cardano-api/src/Cardano/Api/Internal/Tx/UTxO.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ filterWithKey :: (TxIn -> TxOut CtxUTxO era -> Bool) -> UTxO era -> UTxO era
7171
filterWithKey fn = UTxO . Map.filterWithKey fn . unUTxO
7272

7373
-- | Get the 'UTxO domain input's set
74-
inputSet :: UTxO (TxOut CtxUTxO era) -> Set TxIn
74+
inputSet :: UTxO era -> Set TxIn
7575
inputSet = Map.keysSet . unUTxO
7676

7777
-- | Remove the right hand side from the left hand side.

0 commit comments

Comments
 (0)