From 72c4be35e8bf2172dffb7eedd871903ffd1a8f89 Mon Sep 17 00:00:00 2001 From: rigel rozanski Date: Tue, 18 Apr 2017 03:19:15 -0400 Subject: [PATCH] tiny fix --- cmd/tendermint/commands/run_node.go | 2 +- rpc/tendermint/test/client_test.go | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/cmd/tendermint/commands/run_node.go b/cmd/tendermint/commands/run_node.go index 972ed521..a4e4e69d 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 d6d616f0..11ee61a5 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)