Browse Source

follo-up 35761d1241

dependabot/pip/contrib/deterministic-build/ecdsa-0.13.3
ThomasV 6 years ago
parent
commit
86bd3839df
  1. 3
      electrum/lnworker.py

3
electrum/lnworker.py

@ -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:

Loading…
Cancel
Save