diff --git a/data/indexer/dtos.go b/data/indexer/dtos.go index 4d084ad32..b7b96250a 100644 --- a/data/indexer/dtos.go +++ b/data/indexer/dtos.go @@ -20,7 +20,7 @@ type ArgsSaveBlockData struct { // HeaderGasConsumption holds the data needed to save gas consumption of a header type HeaderGasConsumption struct { GasConsumed uint64 - GasReturned uint64 + GasRefunded uint64 MaxGasPerBlock uint64 }