@ -30,7 +30,7 @@ func AddNodeFlags(cmd *cobra.Command) {
cmd . Flags ( ) . String ( "p2p.laddr" , config . P2P . ListenAddress , "Node listen address. (0.0.0.0:0 means any interface, any port)" )
cmd . Flags ( ) . String ( "p2p.seeds" , config . P2P . Seeds , "Comma delimited host:port seed nodes" )
cmd . Flags ( ) . Bool ( "p2p.skip_upnp" , config . P2P . SkipUPNP , "Skip UPNP configuration" )
cmd . Flags ( ) . Bool ( "p2p.pex" , config . P2P . PexReactor , "Enable Peer-Exchange (dev feature) " )
cmd . Flags ( ) . Bool ( "p2p.pex" , config . P2P . PexReactor , "Enable/disable Peer-Exchange" )
// consensus flags
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" )