Browse Source

tiny fix

pull/442/head
rigel rozanski 7 years ago
committed by Ethan Buchman
parent
commit
72c4be35e8
2 changed files with 1 additions and 3 deletions
  1. +1
    -1
      cmd/tendermint/commands/run_node.go
  2. +0
    -2
      rpc/tendermint/test/client_test.go

+ 1
- 1
cmd/tendermint/commands/run_node.go View File

@ -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,
}


+ 0
- 2
rpc/tendermint/test/client_test.go View File

@ -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)


Loading…
Cancel
Save