Skip to content

Commit 2b645bd

Browse files
committed
Fixed a typo
1 parent e277ce9 commit 2b645bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/cardano-ledger-test/src/Test/Cardano/Ledger/Generic/AggPropTests.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ consistentUtxoSizeProp proof trace = aggProp agg0 aggregate makeprop trace
8181
aggTx count tx =
8282
count
8383
+ ( if valid
84-
then length (body ^. inputsTxBodyL) - Set.size (body ^. inputsTxBodyL)
84+
then length (body ^. outputsTxBodyL) - Set.size (body ^. inputsTxBodyL)
8585
else length (getCollateralOutputs proof body) - Set.size (getCollateralInputs proof body)
8686
)
8787
where

0 commit comments

Comments
 (0)