Skip to content

Commit 95238de

Browse files
authored
Merge pull request #183 from SiaFoundation/christopher/fix-metrics-json-tag
2 parents be4974c + 41ea624 commit 95238de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

explorer/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ type HostMetrics struct {
401401

402402
Settings rhpv2.HostSettings `json:"settings"`
403403
PriceTable rhpv3.HostPriceTable `json:"priceTable"`
404-
V2Settings rhpv4.HostSettings `json:"hostSettings"`
404+
V2Settings rhpv4.HostSettings `json:"v2Settings"`
405405
}
406406

407407
// HostSortDir represents the sorting direction for host filtering.

0 commit comments

Comments
 (0)