Skip to content

Commit

Permalink
Merge pull request #75 from mysteriumnetwork/show-region-in-location
Browse files Browse the repository at this point in the history
show region info in location
  • Loading branch information
yeszhanov95 authored Oct 12, 2022
2 parents ce31c13 + dd01de4 commit f2249d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proposal/v3/proposal.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ func (ipt IPType) IsResidential() bool {
type Location struct {
Continent string `json:"continent,omitempty"`
Country string `json:"country,omitempty"`
Region string `json:"region,omitempty"`
City string `json:"city,omitempty"`
ASN int `json:"asn,omitempty"`
ISP string `json:"isp,omitempty"`
Expand Down

0 comments on commit f2249d4

Please sign in to comment.