mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-26 03:01:42 +00:00
[tm-bench] update to tm 0.12.1
This commit is contained in:
@ -163,7 +163,7 @@ func (t *transacter) sendLoop(connIndex int) {
|
||||
JSONRPC: "2.0",
|
||||
ID: "tm-bench",
|
||||
Method: "broadcast_tx_async",
|
||||
Params: &rawParamsJson,
|
||||
Params: rawParamsJson,
|
||||
})
|
||||
if err != nil {
|
||||
fmt.Printf("%v. Try reducing the connections count and increasing the rate.\n", errors.Wrap(err, "txs send failed"))
|
||||
|
Reference in New Issue
Block a user