Browse Source

Changed to make line break easier to read (#1363)

pull/1375/head
Tomoya Ishizaki 6 years ago
committed by Anton Kaliaev
parent
commit
43ac92b615
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      cmd/tendermint/commands/run_node.go

+ 2
- 2
cmd/tendermint/commands/run_node.go View File

@ -42,8 +42,8 @@ func AddNodeFlags(cmd *cobra.Command) {
cmd.Flags().Bool("consensus.create_empty_blocks", config.Consensus.CreateEmptyBlocks, "Set this to false to only produce blocks when there are txs or when the AppHash changes")
}
// NewRunNodeCmd returns the command that allows the CLI to start a
// node. It can be used with a custom PrivValidator and in-process ABCI application.
// NewRunNodeCmd returns the command that allows the CLI to start a node.
// It can be used with a custom PrivValidator and in-process ABCI application.
func NewRunNodeCmd(nodeProvider nm.NodeProvider) *cobra.Command {
cmd := &cobra.Command{
Use: "node",


Loading…
Cancel
Save