Skip to content

Commit

Permalink
Merge pull request #21 from ElrondNetwork/add-penalized-gas-value-in-…
Browse files Browse the repository at this point in the history
…header

added penalized gas field in indexer data
  • Loading branch information
bogdan-rosianu authored Oct 8, 2021
2 parents d384f8a + aa117af commit bf7e879
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/indexer/dtos.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ type ArgsSaveBlockData struct {
type HeaderGasConsumption struct {
GasConsumed uint64
GasRefunded uint64
GasPenalized uint64
MaxGasPerBlock uint64
}

Expand Down

0 comments on commit bf7e879

Please sign in to comment.