1
0

lnwatcher: store transactions as binary

This commit is contained in:
ThomasV
2019-03-06 10:51:24 +01:00
parent d8e9a9a49e
commit 02d013421a
2 changed files with 2 additions and 3 deletions

View File

@@ -219,7 +219,6 @@ class ChannelDB(SqlDB):
def __init__(self, network: 'Network'):
path = os.path.join(get_headers_dir(network.config), 'channel_db')
super().__init__(network, path, Base)
print(Base)
self.num_nodes = 0
self.num_channels = 0
self._channel_updates_for_private_channels = {} # type: Dict[Tuple[bytes, bytes], dict]