1
0

Separate open_channel dialog. In open_channel_coroutine, use host and port from channel announcements

This commit is contained in:
ThomasV
2018-06-27 12:44:43 +02:00
parent dbdabcfc5d
commit c7e47b74a9
5 changed files with 71 additions and 44 deletions

View File

@@ -300,6 +300,7 @@ class Network(Logger):
self._set_status('disconnected')
# lightning network
self.lightning_nodes = {}
self.channel_db = lnrouter.ChannelDB()
self.path_finder = lnrouter.LNPathFinder(self.channel_db)
self.lnwatcher = lnwatcher.LNWatcher(self)