diff --git a/cmd/tendermint/commands/run_node.go b/cmd/tendermint/commands/run_node.go index 972ed5215..a4e4e69dd 100644 --- a/cmd/tendermint/commands/run_node.go +++ b/cmd/tendermint/commands/run_node.go @@ -14,7 +14,7 @@ import ( var runNodeCmd = &cobra.Command{ Use: "node", - Short: "RunE the tendermint node", + Short: "Run the tendermint node", PreRun: setConfigFlags, RunE: runNode, } diff --git a/rpc/tendermint/test/client_test.go b/rpc/tendermint/test/client_test.go index d6d616f0c..11ee61a56 100644 --- a/rpc/tendermint/test/client_test.go +++ b/rpc/tendermint/test/client_test.go @@ -67,8 +67,6 @@ func TestJSONBroadcastTxSync(t *testing.T) { } func testBroadcastTxSync(t *testing.T, client rpc.HTTPClient) { - // config.Set("block_size", 0) - // defer config.Set("block_size", -1) mem := node.MempoolReactor().Mempool initMemSize := mem.Size() tmResult := new(ctypes.TMResult)