mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-18 22:14:35 +00:00
tiny fix
This commit is contained in:
committed by
Ethan Buchman
parent
5d0c2a1414
commit
72c4be35e8
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user