Skip to content

Commit

Permalink
Merge pull request #40 from ElrondNetwork/rename-gas-consumed
Browse files Browse the repository at this point in the history
renaming gas consumed -> gas provided
  • Loading branch information
AdoAdoAdo authored Dec 3, 2021
2 parents f788fc1 + d6829ac commit 5158453
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/indexer/dtos.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5158453

Please sign in to comment.