1
0

make our channels private, and put routing hints in invoices we create

This commit is contained in:
SomberNight
2018-10-08 20:31:15 +02:00
committed by ThomasV
parent 09c3e52e62
commit 029ec5a5ab
5 changed files with 85 additions and 26 deletions

View File

@@ -24,6 +24,7 @@ class LNWatcher(PrintError):
path = os.path.join(network.config.path, "watcher_db")
storage = WalletStorage(path)
self.addr_sync = AddressSynchronizer(storage)
self.addr_sync.diagnostic_name = lambda: 'LnWatcherAS'
self.addr_sync.start_network(network)
self.lock = threading.RLock()
self.watched_addresses = set()