1
0

lightning: single shared instance of Watcher, ChannelDB and PathFinder

This commit is contained in:
ThomasV
2018-06-26 12:10:03 +02:00
parent 3fd3b2a74d
commit 61983c222a
4 changed files with 15 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ from .bitcoin import redeem_script_to_address
class LNWatcher(PrintError):
def __init__(self, network, channel_state):
def __init__(self, network):
self.network = network
self.watched_channels = {}