[tm-bench] update to tm 0.12.1

This commit is contained in:
Anton Kaliaev
2017-12-07 13:25:57 -06:00
parent c245768377
commit 39e354e12e
3 changed files with 27 additions and 26 deletions

View File

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