Skip to content

Commit

Permalink
Remove hardcoded country resolver for mobile node
Browse files Browse the repository at this point in the history
  • Loading branch information
tadovas committed Jan 28, 2019
1 parent 86bc284 commit 6faad33
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 6faad33

Please sign in to comment.