1
0

fix: openalias resolution unnecessarily blocks gui for some payto

This commit is contained in:
SomberNight
2017-12-08 21:21:54 +01:00
parent 2951ed5e17
commit f492021195
2 changed files with 4 additions and 0 deletions

View File

@@ -606,6 +606,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
self.need_update.clear()
self.update_wallet()
# resolve aliases
# FIXME this is a blocking network call that has a timeout of 5 sec
self.payto_e.resolve()
# update fee
if self.require_fee_update: