diff --git a/data/indexer/dtos.go b/data/indexer/dtos.go index 38388378f..92af894d2 100644 --- a/data/indexer/dtos.go +++ b/data/indexer/dtos.go @@ -17,9 +17,9 @@ type ArgsSaveBlockData struct { TransactionsPool *Pool } -// HeaderGasConsumption holds the data needed to save gas consumption of a header +// HeaderGasConsumption holds the data needed to save the gas consumption of a header type HeaderGasConsumption struct { - GasConsumed uint64 + GasProvided uint64 GasRefunded uint64 GasPenalized uint64 MaxGasPerBlock uint64