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):
|
def is_backup(self):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
def get_remote_alias(self) -> Optional[bytes]:
|
||||||
|
return None
|
||||||
|
|
||||||
def create_sweeptxs_for_their_ctx(self, ctx):
|
def create_sweeptxs_for_their_ctx(self, ctx):
|
||||||
return {}
|
return {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user