Skip to content

Commit

Permalink
Fix broken tests
Browse files Browse the repository at this point in the history
Closes issue #586.
  • Loading branch information
williamdemeo authored and Soupstraw committed Oct 7, 2024
1 parent 412d713 commit 937db4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ledger/hs-src/test/UtxowSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ initParams = MkPParams
, ppPoolDeposit = 10
, ppEmax = 10
, ppPv = (1, 0)
, ppCoinsPerUTxOByte = 1
, ppCoinsPerUTxOByte = 0
, ppMaxCollateralInputs = 1
, ppMaxTxExUnits = (10000000000 , 14000000) -- from ScriptVerification.Lib
, ppMaxBlockExUnits = (40000000000 , 62000000) -- from ScriptVerification.Lib
Expand Down

0 comments on commit 937db4a

Please sign in to comment.