We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a0ffe commit 489476fCopy full SHA for 489476f
ouroboros-consensus-cardano/src/shelley/Ouroboros/Consensus/Shelley/Ledger/Mempool.hs
@@ -415,7 +415,7 @@ blockTxCapacityConway ::
415
blockTxCapacityConway _cfg st =
416
ConwayMeasure {
417
alonzoMeasure = blockTxCapacityAlonzo st
418
- , refScriptsSize = Mempool.ByteSize $ fromIntegral $
+ , refScriptsSize = SizeInBytes $ fromIntegral $
419
-- For post-Conway eras, this will become a protocol parameter.
420
SL.maxRefScriptSizePerBlock
421
}
0 commit comments