Browse Source

rpc: Add totalGasUSed to block_results response (#308)

pull/7804/head
crypto-facs 3 years ago
committed by GitHub
parent
commit
6bd5263515
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      spec/rpc/README.md

+ 1
- 0
spec/rpc/README.md View File

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


Loading…
Cancel
Save