From 6bd52635159cfa19c6f386ce6f2d78741c893b75 Mon Sep 17 00:00:00 2001 From: crypto-facs <84574577+crypto-facs@users.noreply.github.com> Date: Thu, 24 Jun 2021 11:01:36 -0400 Subject: [PATCH] rpc: Add totalGasUSed to block_results response (#308) --- spec/rpc/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/rpc/README.md b/spec/rpc/README.md index fb66f2bda..1376c8621 100644 --- a/spec/rpc/README.md +++ b/spec/rpc/README.md @@ -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",