electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 526361a34e765a8c09be58a2b3b4d5e8f0c508ff
parent 84954b0778c3406ab2e00470da7e4d05ce75721f
Author: ThomasV <thomasv@gitorious>
Date:   Wed, 21 May 2014 11:45:47 +0200

follow-up to previous commit

Diffstat:
Mgui/qt/lite_window.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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..."))