1
0

lnbase: remove lnbase stub

This commit is contained in:
Janus
2018-05-25 11:44:21 +02:00
committed by ThomasV
parent 8abd072c89
commit 1d8c771440
2 changed files with 0 additions and 8 deletions

View File

@@ -2104,7 +2104,6 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger):
'util': util,
'bitcoin': bitcoin,
})
if self.config.get('lnbase', False): console.updateNamespace({'lightning' : self.wallet.lnworker.console_interface})
c = commands.Commands(self.config, self.wallet, self.network, lambda: self.console.set_json(True))
methods = {}