Skip to content

Commit

Permalink
Fix enable-preruntx flag's comments (#3192)
Browse files Browse the repository at this point in the history
* fix enable-preruntx's comments

* modify comment

---------

Co-authored-by: KamiD <[email protected]>
  • Loading branch information
giskook and KamiD authored Jul 6, 2023
1 parent 691f8c3 commit 808531f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/client/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func RegisterAppFlag(cmd *cobra.Command) {
cmd.Flags().String(tmdb.FlagRocksdbOpts, "", "Options of rocksdb. (block_size=4KB,block_cache=1GB,statistics=true,allow_mmap_reads=true,max_open_files=-1,unordered_write=true,pipelined_write=true)")
cmd.Flags().String(types.FlagNodeMode, "", "Node mode (rpc|val|archive) is used to manage flags")

cmd.Flags().Bool(consensus.EnablePrerunTx, true, "enable proactively runtx mode, default close")
cmd.Flags().Bool(consensus.EnablePrerunTx, true, "enable proactively runtx mode, default open")
cmd.Flags().String(automation.ConsensusRole, "", "consensus role")
cmd.Flags().String(automation.ConsensusTestcase, "", "consensus test case file")

Expand Down

0 comments on commit 808531f

Please sign in to comment.