tfollo-up 35761d1241dbf2685f3fe2d7ee0c4795daec4260 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 86bd3839df5bd31780ed86ff2f099d9e0b2d648d DIR parent 35761d1241dbf2685f3fe2d7ee0c4795daec4260 HTML Author: ThomasV <thomasv@electrum.org> Date: Sun, 8 Sep 2019 19:25:35 +0200 follo-up 35761d1241dbf2685f3fe2d7ee0c4795daec4260 Diffstat: M electrum/lnworker.py | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) --- DIR diff --git a/electrum/lnworker.py b/electrum/lnworker.py t@@ -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: