This commit is contained in:
rigel rozanski 2017-04-18 03:19:15 -04:00 committed by Ethan Buchman
parent 5d0c2a1414
commit 72c4be35e8
2 changed files with 1 additions and 3 deletions

View File

@ -14,7 +14,7 @@ import (
var runNodeCmd = &cobra.Command{ var runNodeCmd = &cobra.Command{
Use: "node", Use: "node",
Short: "RunE the tendermint node", Short: "Run the tendermint node",
PreRun: setConfigFlags, PreRun: setConfigFlags,
RunE: runNode, RunE: runNode,
} }

View File

@ -67,8 +67,6 @@ func TestJSONBroadcastTxSync(t *testing.T) {
} }
func testBroadcastTxSync(t *testing.T, client rpc.HTTPClient) { func testBroadcastTxSync(t *testing.T, client rpc.HTTPClient) {
// config.Set("block_size", 0)
// defer config.Set("block_size", -1)
mem := node.MempoolReactor().Mempool mem := node.MempoolReactor().Mempool
initMemSize := mem.Size() initMemSize := mem.Size()
tmResult := new(ctypes.TMResult) tmResult := new(ctypes.TMResult)