1
0

fix crash when trying to display channel backup details

This commit is contained in:
ThomasV
2023-01-25 15:44:37 +01:00
parent ccc0b5daa2
commit 23adb53572

View File

@@ -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 {}