1
0

(trivial) rm debugging code

This commit is contained in:
ThomasV
2021-03-15 14:33:22 +01:00
parent b18123fb61
commit d6ebb4d4ca

View File

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