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 9d6ca3c commit 6e7bc38Copy full SHA for 6e7bc38
rollup/cmd/proposer_tool/app/app.go
@@ -60,7 +60,7 @@ func action(ctx *cli.Context) error {
60
log.Crit("cfg.L2Config.BatchProposerConfig.MaxChunksPerBatch must be greater than 0")
61
}
62
if cfg.L2Config.ChunkProposerConfig.MaxL2GasPerChunk <= 0 {
63
- log.Crit("cfg.L2Config.BatchProposerConfig.MaxChunksPerBatch must be greater than 0")
+ log.Crit("cfg.L2Config.ChunkProposerConfig.MaxL2GasPerChunk must be greater than 0")
64
65
66
proposerTool, err := watcher.NewProposerTool(subCtx, cancel, cfg, startL2BlockHeight, minCodecVersion, genesis.Config)
0 commit comments