Files
pallectrum/electrum
SomberNight 45a309ff25 qt channels_list: early exit if lightning is disabled
(note: signal is coming from a different wallet/window)

Traceback (most recent call last):
  File "...\electrum\electrum\gui\qt\channels_list.py", line 142, in do_update_single_row
    self.update_can_send(self.parent.wallet.lnworker)
  File "...\electrum\electrum\gui\qt\channels_list.py", line 164, in update_can_send
    msg = _('Can send') + ' ' + self.parent.format_amount(lnworker.can_send())\
AttributeError: 'NoneType' object has no attribute 'can_send'
2020-02-23 20:30:14 +01:00
..
2019-09-05 11:45:28 +02:00
2020-02-10 17:45:23 +01:00
2020-02-10 17:45:23 +01:00
2020-02-04 13:35:58 +01:00
2019-08-20 09:03:11 +02:00
2020-02-04 13:35:58 +01:00
2020-02-20 21:02:01 +01:00
2019-11-26 00:15:33 +01:00
2019-12-10 01:14:38 +01:00
2020-02-23 19:55:09 +01:00
2019-11-22 22:59:33 +01:00
2019-12-26 23:47:32 +07:00
2020-02-02 15:07:28 +01:00
2020-02-10 17:45:23 +01:00
2019-08-20 09:03:11 +02:00
2020-02-19 11:39:52 +01:00
2020-02-20 21:17:25 +01:00