Skip to content

Commit 489476f

Browse files
committed
fixup rebase bad merge
1 parent 47a0ffe commit 489476f

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
@@ -415,7 +415,7 @@ blockTxCapacityConway ::
415415
blockTxCapacityConway _cfg st =
416416
ConwayMeasure {
417417
alonzoMeasure = blockTxCapacityAlonzo st
418-
, refScriptsSize = Mempool.ByteSize $ fromIntegral $
418+
, refScriptsSize = SizeInBytes $ fromIntegral $
419419
-- For post-Conway eras, this will become a protocol parameter.
420420
SL.maxRefScriptSizePerBlock
421421
}

0 commit comments

Comments
 (0)