fix crash when trying to display channel backup details
This commit is contained in:
@@ -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 {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user