We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d060231 commit 1bf0b54Copy full SHA for 1bf0b54
src/Plutip/Launch/Cluster.hs
@@ -1026,7 +1026,7 @@ generateGenesis dir systemStart initialFunds addPoolsToGenesis extraConf = do
1026
& ppPoolDepositL .~ Ledger.Coin 0
1027
& ppMaxBBSizeL .~ 239_857
1028
& ppMaxBHSizeL .~ 217_569
1029
- & ppMaxTxSizeL .~ 16_384
+ & ppMaxTxSizeL .~ ecMaxTxSize extraConf
1030
& ppMinPoolCostL .~ Ledger.Coin 0
1031
& ppExtraEntropyL .~ Ledger.NeutralNonce
1032
-- There are a few smaller features/fixes which are enabled based on
0 commit comments