Browse Source
follow-uppatch-4e1d34300e5
follow-updc15d59fcf
``` Traceback (most recent call last): File ".../electrum/gui/qt/main_window.py", line 910, in timer_actions self.update_wallet() File ".../electrum/gui/qt/main_window.py", line 1068, in update_wallet self.update_tabs() File ".../electrum/gui/qt/main_window.py", line 1075, in update_tabs self.history_model.refresh('update_tabs') File ".../electrum/util.py", line 439, in <lambda> return lambda *args, **kw_args: do_profile(args, kw_args) File ".../electrum/util.py", line 435, in do_profile o = func(*args, **kw_args) File ".../electrum/gui/qt/history_list.py", line 275, in refresh transactions = wallet.get_full_history( File ".../electrum/util.py", line 439, in <lambda> return lambda *args, **kw_args: do_profile(args, kw_args) File ".../electrum/util.py", line 435, in do_profile o = func(*args, **kw_args) File ".../electrum/wallet.py", line 1109, in get_full_history lightning_history = self.lnworker.get_lightning_history() if self.lnworker and include_lightning else {} File ".../electrum/lnworker.py", line 839, in get_lightning_history assert direction == PaymentDirection.FORWARDING AssertionError ```
1 changed files with 3 additions and 5 deletions
Loading…
Reference in new issue