Browse Source
this fixes running with --offline: E | gui.qt.exception_window.Exception_Hook | exception caught by crash reporter Traceback (most recent call last): File "...\electrum\electrum\gui\qt\channels_list.py", line 241, in do_update_rows items = [QtGui.QStandardItem(x) for x in self.format_fields(chan)] File "...\electrum\electrum\gui\qt\channels_list.py", line 82, in format_fields node_alias = self.lnworker.get_node_alias(chan.node_id) File "...\electrum\electrum\lnworker.py", line 188, in get_node_alias if self.channel_db: AttributeError: 'LNWallet' object has no attribute 'channel_db'patch-4
SomberNight
4 years ago
1 changed files with 7 additions and 1 deletions
Loading…
Reference in new issue