Skip to content

Commit

Permalink
Merge pull request #83 from ElrondNetwork/remove-omit-empty
Browse files Browse the repository at this point in the history
remove omit empty
  • Loading branch information
miiu96 authored Jul 22, 2022
2 parents 03f497f + 6fd09c5 commit de33fed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/api/apiBlock.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ type NotarizedBlock struct {

// EpochStartShardData is a structure that holds data about the epoch start shard data
type EpochStartShardData struct {
ShardID uint32 `json:"shardID,omitempty"`
Epoch uint32 `json:"epoch,omitempty"`
ShardID uint32 `json:"shard"`
Epoch uint32 `json:"epoch"`
Round uint64 `json:"round,omitempty"`
Nonce uint64 `json:"nonce,omitempty"`
HeaderHash string `json:"headerHash,omitempty"`
Expand Down

0 comments on commit de33fed

Please sign in to comment.