ln_message: trigger notification instead of popup

This commit is contained in:
ThomasV 2019-02-27 09:53:13 +01:00
parent ef7a59b4a9
commit ed4cecf19c

View file

@ -406,7 +406,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger):
elif event == 'ln_message':
lnworker, message, htlc_id = args
if lnworker == self.wallet.lnworker:
self.show_message(message)
self.notify(message)
else:
self.logger.info(f"unexpected network_qt signal: {event} {args}")