1
0

persist nodes in channel_db on disk

This commit is contained in:
SomberNight
2018-07-26 21:08:25 +02:00
committed by ThomasV
parent 5a05a92b3d
commit bc06ded4b9
8 changed files with 204 additions and 54 deletions

View File

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