mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-16 12:16:11 +00:00
rpc: Add totalGasUSed to block_results response (#308)
This commit is contained in:
@@ -592,6 +592,7 @@ curl -X POST https://localhost:26657 -d "{\"jsonrpc\":\"2.0\",\"id\":1,\"method\
|
||||
"id": 0,
|
||||
"result": {
|
||||
"height": "12",
|
||||
"total_gas_used": "100",
|
||||
"txs_results": [
|
||||
{
|
||||
"code": "0",
|
||||
|
||||
Reference in New Issue
Block a user