fixes from review

This commit is contained in:
Ethan Buchman
2017-07-28 22:12:11 -04:00
parent d396053872
commit fc3fe9292f
3 changed files with 11 additions and 14 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ func AddNodeFlags(cmd *cobra.Command) {
cmd.Flags().Bool("p2p.pex", config.P2P.PexReactor, "Enable Peer-Exchange (dev feature)")
// consensus flags
cmd.Flags().Bool("consensus.no_empty_blocks", config.Consensus.NoEmptyBlocks, "Prevent empty blocks from being proposed by correct processes")
cmd.Flags().Bool("consensus.no_empty_blocks", config.Consensus.NoEmptyBlocks, "Only produce blocks when there are txs and when the AppHash changes")
}
// Users wishing to: