1
0

lnchannel: add noop get_local_scid_alias for ChannelBackup

This commit is contained in:
Sander van Grieken
2023-07-10 14:21:36 +02:00
parent 0b0d58b289
commit a572b9bf87

View File

@@ -532,6 +532,9 @@ class ChannelBackup(AbstractChannel):
def is_backup(self):
return True
def get_local_scid_alias(self, *, create_new_if_needed: bool = False) -> Optional[bytes]:
return None
def get_remote_scid_alias(self) -> Optional[bytes]:
return None