1
0

qt: channel closed dialog is not an error

This commit is contained in:
Sander van Grieken
2025-06-05 12:37:23 +02:00
parent e8113d684c
commit e3ccee6d63

View File

@@ -112,7 +112,7 @@ class ChannelsList(MyTreeView):
}
def on_channel_closed(self, txid):
self.main_window.show_error('Channel closed' + '\n' + txid)
self.main_window.show_message('Channel closed' + '\n' + txid)
def on_failure(self, exc_info):
type_, e, tb = exc_info