follow-up to previous commit

This commit is contained in:
ThomasV 2014-05-21 11:45:47 +02:00
parent 84954b0778
commit 526361a34e
1 changed files with 1 additions and 1 deletions

View File

@ -720,7 +720,7 @@ class MiniActuator:
QMessageBox.warning(parent_window, _('Error'), str(error), _('OK'))
return False
if tx.is_complete:
if tx.is_complete():
h = self.g.wallet.send_tx(tx)
self.waiting_dialog(lambda: False if self.g.wallet.tx_event.isSet() else _("Sending transaction, please wait..."))