We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e277ce9 commit 2b645bdCopy full SHA for 2b645bd
libs/cardano-ledger-test/src/Test/Cardano/Ledger/Generic/AggPropTests.hs
@@ -81,7 +81,7 @@ consistentUtxoSizeProp proof trace = aggProp agg0 aggregate makeprop trace
81
aggTx count tx =
82
count
83
+ ( if valid
84
- then length (body ^. inputsTxBodyL) - Set.size (body ^. inputsTxBodyL)
+ then length (body ^. outputsTxBodyL) - Set.size (body ^. inputsTxBodyL)
85
else length (getCollateralOutputs proof body) - Set.size (getCollateralInputs proof body)
86
)
87
where
0 commit comments