Skip to content

Commit bba86fa

Browse files
committed
TOSQUASH less-magic numbers
1 parent 21a8667 commit bba86fa

File tree

1 file changed

+1
-1
lines changed
  • ouroboros-consensus-cardano/src/shelley/Ouroboros/Consensus/Shelley/Ledger

1 file changed

+1
-1
lines changed

ouroboros-consensus-cardano/src/shelley/Ouroboros/Consensus/Shelley/Ledger/Mempool.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ blockTxCapacityConway _cfg st =
417417
, refScriptsSize =
418418
-- TODO use maxRefScriptSizePerBlock from
419419
-- https://github.com/IntersectMBO/cardano-ledger/pull/4450
420-
SizeInBytes $ 2560 * 1024 -- 2.5 MB
420+
SizeInBytes $ 5 * 512 * 1024 -- 2.5 mebibytes
421421
}
422422

423423
instance ( ShelleyCompatible p (ConwayEra c)

0 commit comments

Comments
 (0)