Skip to content

Commit

Permalink
Fix max allowed size of fanout tx during chain state spec
Browse files Browse the repository at this point in the history
From healthy 51 (from master) to 39
  • Loading branch information
ffakenz committed Feb 6, 2023
1 parent fdf6242 commit 2e23df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydra-node/test/Hydra/Chain/Direct/StateSpec.hs
Expand Up @@ -398,7 +398,7 @@ forAllFanout action =
in action utxo tx
& label ("Fanout size: " <> prettyLength (countAssets $ txOuts' tx))
where
maxSupported = 30
maxSupported = 39

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

Expand Down

0 comments on commit 2e23df0

Please sign in to comment.