diff --git a/electrum/lnchannel.py b/electrum/lnchannel.py index f84b79044..2bb70e08e 100644 --- a/electrum/lnchannel.py +++ b/electrum/lnchannel.py @@ -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