1
0
This commit is contained in:
ThomasV
2019-09-08 19:25:35 +02:00
parent 35761d1241
commit 86bd3839df

View File

@@ -92,6 +92,9 @@ class LNWorker(Logger):
self.localfeatures = LnLocalFeatures(0)
self.localfeatures |= LnLocalFeatures.OPTION_DATA_LOSS_PROTECT_OPT
def channels_for_peer(self, node_id):
return {}
async def maybe_listen(self):
listen_addr = self.config.get('lightning_listen')
if listen_addr: