mirror of
https://github.com/tendermint/tendermint.git
synced 2026-04-26 10:41:11 +00:00
Closes #6551 Simple PR to add the total gas used in the block by adding the gas used in all the transactions. This adds a `TotalGasUsed` field to `coretypes.ResultBlockResults`. Its my first PR to the repo so let me know if there is anything I am missing! @fedekunze In case you want to take a look