Skip to content

Commit

Permalink
Merge pull request #681 from mysteriumnetwork/hotfix/fix-country-reso…
Browse files Browse the repository at this point in the history
…lver

Remove hardcoded country resolver for mobile node
  • Loading branch information
tadovas authored Jan 28, 2019
2 parents 86bc284 + 6faad33 commit a563484
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mobile/mysterium/entrypoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ func NewNode(appPath string, optionsNetwork *MobileNetworkOptions) (*MobileNode,

Location: node.OptionsLocation{
IpifyUrl: "https://api.ipify.org/",
Country: "LT",
},

OptionsNetwork: node.OptionsNetwork(*optionsNetwork),
Expand Down

0 comments on commit a563484

Please sign in to comment.