Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
miiu96 committed Aug 31, 2023
1 parent 9a1f804 commit 30b2efe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions data/api/apiBlock.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ type Block struct {
SoftwareVersion string `json:"softwareVersion,omitempty"`
ReceiptsHash string `json:"receiptsHash,omitempty"`
Reserved []byte `json:"reserved,omitempty"`
GasProvided uint64 `json:"gasProvided"`
GasRefunded uint64 `json:"gasRefunded"`
GasPenalized uint64 `json:"gasPenalized"`
MaxGasLimit uint64 `json:"maxGasLimit"`
Timestamp time.Duration `json:"timestamp,omitempty"`
NotarizedBlocks []*NotarizedBlock `json:"notarizedBlocks,omitempty"`
MiniBlocks []*MiniBlock `json:"miniBlocks,omitempty"`
Expand Down

0 comments on commit 30b2efe

Please sign in to comment.