1
0

Separate open_channel dialog. In open_channel_coroutine, use host and port from channel announcements

This commit is contained in:
ThomasV
2018-06-27 12:44:43 +02:00
parent dbdabcfc5d
commit c7e47b74a9
5 changed files with 71 additions and 44 deletions

View File

@@ -425,6 +425,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger):
self.update_console()
self.clear_receive_tab()
self.request_list.update()
self.channels_list.update()
self.tabs.show()
self.init_geometry()
if self.config.get('hide_gui') and self.gui_object.tray.isVisible():