revert 02e4569086
This commit is contained in:
@@ -351,9 +351,6 @@ class AbstractChannel(Logger, ABC):
|
|||||||
|
|
||||||
if self.get_state() == ChannelState.CLOSED and not keep_watching:
|
if self.get_state() == ChannelState.CLOSED and not keep_watching:
|
||||||
self.set_state(ChannelState.REDEEMED)
|
self.set_state(ChannelState.REDEEMED)
|
||||||
if self.lnworker and self.is_backup():
|
|
||||||
# auto-remove redeemed backups
|
|
||||||
self.lnworker.remove_channel_backup(self.channel_id)
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def sweep_address(self) -> str:
|
def sweep_address(self) -> str:
|
||||||
|
|||||||
Reference in New Issue
Block a user