Skip to content

Commit 6e7bc38

Browse files
author
colinlyguo
committed
fix wrong error message
1 parent 9d6ca3c commit 6e7bc38

File tree

1 file changed

+1
-1
lines changed
  • rollup/cmd/proposer_tool/app

1 file changed

+1
-1
lines changed

rollup/cmd/proposer_tool/app/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func action(ctx *cli.Context) error {
6060
log.Crit("cfg.L2Config.BatchProposerConfig.MaxChunksPerBatch must be greater than 0")
6161
}
6262
if cfg.L2Config.ChunkProposerConfig.MaxL2GasPerChunk <= 0 {
63-
log.Crit("cfg.L2Config.BatchProposerConfig.MaxChunksPerBatch must be greater than 0")
63+
log.Crit("cfg.L2Config.ChunkProposerConfig.MaxL2GasPerChunk must be greater than 0")
6464
}
6565

6666
proposerTool, err := watcher.NewProposerTool(subCtx, cancel, cfg, startL2BlockHeight, minCodecVersion, genesis.Config)

0 commit comments

Comments
 (0)