Skip to content

Commit

Permalink
Update ranges.go (#1852)
Browse files Browse the repository at this point in the history
Add yaml tags

Signed-off-by: Noah Kreiger <32901937+nkreiger@users.noreply.github.com>
  • Loading branch information
nkreiger committed Nov 28, 2023
1 parent 64c2276 commit fb05e16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/sharding/ranges.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ type LogRanges struct {
type Ranges []LogRange

type LogRange struct {
TreeID int64 `json:"treeID"`
TreeLength int64 `json:"treeLength"`
EncodedPublicKey string `json:"encodedPublicKey"`
TreeID int64 `json:"treeID" yaml:"treeID"`
TreeLength int64 `json:"treeLength" yaml:"treeLength"`
EncodedPublicKey string `json:"encodedPublicKey" yaml:"encodedPublicKey"`
decodedPublicKey string
}

Expand Down

0 comments on commit fb05e16

Please sign in to comment.