From: ThomasV Date: Wed, 21 May 2014 09:45:47 +0000 (+0200) Subject: follow-up to previous commit X-Git-Url: https://git.novaco.in/?a=commitdiff_plain;h=526361a34e765a8c09be58a2b3b4d5e8f0c508ff;p=electrum-nvc.git follow-up to previous commit --- diff --git a/gui/qt/lite_window.py b/gui/qt/lite_window.py index f86c0a0..434ca5d 100644 --- a/gui/qt/lite_window.py +++ b/gui/qt/lite_window.py @@ -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..."))