mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-22 17:31:34 +00:00
Changed to make line break easier to read (#1363)
This commit is contained in:
committed by
Anton Kaliaev
parent
e3337d764a
commit
43ac92b615
@ -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")
|
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
|
// NewRunNodeCmd returns the command that allows the CLI to start a node.
|
||||||
// node. It can be used with a custom PrivValidator and in-process ABCI application.
|
// It can be used with a custom PrivValidator and in-process ABCI application.
|
||||||
func NewRunNodeCmd(nodeProvider nm.NodeProvider) *cobra.Command {
|
func NewRunNodeCmd(nodeProvider nm.NodeProvider) *cobra.Command {
|
||||||
cmd := &cobra.Command{
|
cmd := &cobra.Command{
|
||||||
Use: "node",
|
Use: "node",
|
||||||
|
Reference in New Issue
Block a user