From d6e10327a8c0838665cebd2707fca6f51aaf141c Mon Sep 17 00:00:00 2001 From: bogdan-rosianu Date: Fri, 17 Sep 2021 18:31:34 +0300 Subject: [PATCH] renaming --- data/indexer/dtos.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }