|
@ -143,7 +143,6 @@ class ChannelsList(MyTreeView): |
|
|
if self.save_backup: |
|
|
if self.save_backup: |
|
|
if not self.parent.backup_wallet(): |
|
|
if not self.parent.backup_wallet(): |
|
|
return |
|
|
return |
|
|
return |
|
|
|
|
|
def task(): |
|
|
def task(): |
|
|
coro = self.lnworker.force_close_channel(channel_id) |
|
|
coro = self.lnworker.force_close_channel(channel_id) |
|
|
return self.network.run_from_another_thread(coro) |
|
|
return self.network.run_from_another_thread(coro) |
|
|