From ff3c999fcb7befb5c27a0b18d3dfa5fed1b5a18b Mon Sep 17 00:00:00 2001 From: ThomasV Date: Tue, 16 Aug 2022 08:58:34 +0200 Subject: [PATCH] rm method is_static_remotekey_enabled for channel backups --- electrum/lnchannel.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/electrum/lnchannel.py b/electrum/lnchannel.py index 06feb8ba1..4e084cf3a 100644 --- a/electrum/lnchannel.py +++ b/electrum/lnchannel.py @@ -417,10 +417,6 @@ class AbstractChannel(Logger, ABC): """ pass - @abstractmethod - def is_static_remotekey_enabled(self) -> bool: - pass - @abstractmethod def get_local_pubkey(self) -> bytes: """Returns our node ID.""" @@ -550,9 +546,6 @@ class ChannelBackup(AbstractChannel): def is_frozen_for_receiving(self) -> bool: return False - def is_static_remotekey_enabled(self) -> bool: - return False - @property def sweep_address(self) -> str: # Since channel backups do not save the static_remotekey, payment_basepoint in