forked from LBRYCommunity/lbry-sdk
fix external ip
This commit is contained in:
parent
93b91f8602
commit
4e4eb5e24c
1 changed files with 2 additions and 1 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in a new issue