Skip to content

Fix TypeError in _updateCountry

Joanne Hugé requested to merge jhuge/re6stnet:protocol into master

Addresses passed to _updateCountry can contain countries if cache.my_address is used to initialize address in BaseTunnelManager init function, which causes resolve to be called with too many arguments. /cc @jm

Merge request reports