Browse Source

fix crash when trying to display channel backup details

ThomasV 3 years ago
parent
commit
23adb53572
  1. 3
      electrum/lnchannel.py

3
electrum/lnchannel.py

@ -509,6 +509,9 @@ class ChannelBackup(AbstractChannel):
def is_backup(self):
return True
def get_remote_alias(self) -> Optional[bytes]:
return None
def create_sweeptxs_for_their_ctx(self, ctx):
return {}

Loading…
Cancel
Save