We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c2276 commit fb05e16Copy full SHA for fb05e16
pkg/sharding/ranges.go
@@ -39,9 +39,9 @@ type LogRanges struct {
39
type Ranges []LogRange
40
41
type LogRange struct {
42
- TreeID int64 `json:"treeID"`
43
- TreeLength int64 `json:"treeLength"`
44
- EncodedPublicKey string `json:"encodedPublicKey"`
+ TreeID int64 `json:"treeID" yaml:"treeID"`
+ TreeLength int64 `json:"treeLength" yaml:"treeLength"`
+ EncodedPublicKey string `json:"encodedPublicKey" yaml:"encodedPublicKey"`
45
decodedPublicKey string
46
}
47
0 commit comments