rm method is_static_remotekey_enabled for channel backups
This commit is contained in:
@@ -417,10 +417,6 @@ class AbstractChannel(Logger, ABC):
|
|||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@abstractmethod
|
|
||||||
def is_static_remotekey_enabled(self) -> bool:
|
|
||||||
pass
|
|
||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
def get_local_pubkey(self) -> bytes:
|
def get_local_pubkey(self) -> bytes:
|
||||||
"""Returns our node ID."""
|
"""Returns our node ID."""
|
||||||
@@ -550,9 +546,6 @@ class ChannelBackup(AbstractChannel):
|
|||||||
def is_frozen_for_receiving(self) -> bool:
|
def is_frozen_for_receiving(self) -> bool:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def is_static_remotekey_enabled(self) -> bool:
|
|
||||||
return False
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def sweep_address(self) -> str:
|
def sweep_address(self) -> str:
|
||||||
# Since channel backups do not save the static_remotekey, payment_basepoint in
|
# Since channel backups do not save the static_remotekey, payment_basepoint in
|
||||||
|
|||||||
Reference in New Issue
Block a user