We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8db30cf commit 1927325Copy full SHA for 1927325
explorer/types.go
@@ -608,9 +608,9 @@ type HostQuery struct {
608
609
// BlockTimeMetrics represents the average block time during various intervals.
610
type BlockTimeMetrics struct {
611
- Day time.Duration
612
- Week time.Duration
613
- Month time.Duration
+ Day time.Duration `json:"day"`
+ Week time.Duration `json:"week"`
+ Month time.Duration `json:"month"`
614
}
615
616
// DifficultyMetrics contains various difficulty-related metrics.
0 commit comments