electrum

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

commit 0d02e9fd74031df0c04489462da36b439592a648
parent 1a35ed35739640366593a719c3cf414c305a474e
Author: ThomasV <thomasv@gitorious>
Date:   Thu,  5 Jun 2014 14:19:18 +0200

set payment_request to None if error

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

diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py @@ -900,7 +900,7 @@ class ElectrumWindow(QMainWindow): def payment_request_error(self): self.do_clear() self.show_message(self.gui_object.payment_request.error) - + self.gui_object.payment_request = None def set_send(self, address, amount, label, message):