1
0

lightning: less junk on console, quicker shutdown

This commit is contained in:
Janus
2018-03-15 18:43:10 +01:00
committed by ThomasV
parent e3ef8d7ec4
commit 0f6566d11e
2 changed files with 5 additions and 6 deletions

View File

@@ -2083,7 +2083,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger):
'wallet': self.wallet,
'network': self.network,
'plugins': self.gui_object.plugins,
'lightning': self.gui_object.lightning,
'l': self.gui_object.lightning,
'window': self,
'config': self.config,
'electrum': electrum,