Skip to content

Commit

Permalink
Merge branch 'fix-api-response' into 'master'
Browse files Browse the repository at this point in the history
Change uppercase API response to lowercase

Closes NebulousLabs#3192

See merge request NebulousLabs/Sia!3248
  • Loading branch information
David Vorick committed Oct 3, 2018
2 parents c9a2fa3 + 70ccc4a commit 142719d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/renter.go
Expand Up @@ -137,11 +137,11 @@ type HostDBEntry struct {
RecentFailedInteractions float64 `json:"recentfailedinteractions"`
RecentSuccessfulInteractions float64 `json:"recentsuccessfulinteractions"`

LastHistoricUpdate types.BlockHeight
LastHistoricUpdate types.BlockHeight `json:"lasthistoricupdate"`

// Measurements related to the IP subnet mask.
IPNets []string
LastIPNetChange time.Time
IPNets []string `json:"ipnets"`
LastIPNetChange time.Time `json:"lastipnetchange"`

// The public key of the host, stored separately to minimize risk of certain
// MitM based vulnerabilities.
Expand Down

0 comments on commit 142719d

Please sign in to comment.