Skip to content

Commit

Permalink
rpc: Add totalGasUSed to block_results response (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
crypto-facs authored Jun 24, 2021
1 parent 89d381f commit 6bd5263
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/rpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6bd5263

Please sign in to comment.