You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmd.Flags().Duration(config.FlagBlockTime, def.Node.BlockTime.Duration, "block time (for aggregator mode)")
23
23
cmd.Flags().String(config.FlagTrustedHash, def.Node.TrustedHash, "initial trusted hash to start the header exchange service")
24
24
cmd.Flags().Bool(config.FlagLazyAggregator, def.Node.LazyMode, "produce blocks only when transactions are available or after lazy block time")
25
-
cmd.Flags().Uint64(config.FlagMaxPendingBlocks, def.Node.MaxPendingBlocks, "maximum blocks pending DA confirmation before pausing block production (0 for no limit)")
25
+
cmd.Flags().Uint64(config.FlagMaxPendingHeaders, def.Node.MaxPendingHeaders, "maximum blocks pending DA confirmation before pausing block production (0 for no limit)")
26
26
cmd.Flags().Duration(config.FlagLazyBlockTime, def.Node.LazyBlockInterval.Duration, "maximum interval between blocks in lazy aggregation mode")
0 commit comments