Skip to content

Commit

Permalink
Merge pull request #45 from ElrondNetwork/merge-main-dev-dec21
Browse files Browse the repository at this point in the history
Merge main dev dec21
  • Loading branch information
bogdan-rosianu authored Dec 21, 2021
2 parents 052dbb3 + 5158453 commit eb7d7f4
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 eb7d7f4

Please sign in to comment.