rpc: Add totalGasUSed to block_results response (#308)

This commit is contained in:
crypto-facs
2021-06-24 15:01:36 +00:00
committed by GitHub
parent 89d381f7cf
commit 6bd5263515
+1
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",