fix external ip

This commit is contained in:
Jack Robison 2017-10-23 01:17:25 -04:00
parent 93b91f8602
commit 4e4eb5e24c
No known key found for this signature in database
GPG key ID: 284699E7404E3CFF

View file

@ -569,7 +569,8 @@ class Daemon(AuthJSONRPCServer):
peer_port=self.peer_port,
use_upnp=self.use_upnp,
wallet=wallet,
is_generous=conf.settings['is_generous_host']
is_generous=conf.settings['is_generous_host'],
external_ip=self.platform['ip']
)
self.startup_status = STARTUP_STAGES[2]