Skip to content

Commit

Permalink
Reduce fanout outputs by one
Browse files Browse the repository at this point in the history
  • Loading branch information
v0d1ch committed Feb 13, 2023
1 parent 0d97dca commit 373f393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydra-node/test/Hydra/Chain/Direct/StateSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ forAllFanout action =
in action utxo tx
& label ("Fanout size: " <> prettyLength (countAssets $ txOuts' tx))
where
maxSupported = 39
maxSupported = 38

countAssets = getSum . foldMap (Sum . valueSize . txOutValue)

Expand Down

0 comments on commit 373f393

Please sign in to comment.