Skip to content

Commit 1bf0b54

Browse files
committed
Add missing max tx size config to cluster launch config
1 parent d060231 commit 1bf0b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plutip/Launch/Cluster.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@ generateGenesis dir systemStart initialFunds addPoolsToGenesis extraConf = do
10261026
& ppPoolDepositL .~ Ledger.Coin 0
10271027
& ppMaxBBSizeL .~ 239_857
10281028
& ppMaxBHSizeL .~ 217_569
1029-
& ppMaxTxSizeL .~ 16_384
1029+
& ppMaxTxSizeL .~ ecMaxTxSize extraConf
10301030
& ppMinPoolCostL .~ Ledger.Coin 0
10311031
& ppExtraEntropyL .~ Ledger.NeutralNonce
10321032
-- There are a few smaller features/fixes which are enabled based on

0 commit comments

Comments
 (0)