electrum

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

commit 788783aeb8a08f9a89548f44472a89f6414d5e31
parent 216ff894b58768b92dff5aa068ba893ecf9b250e
Author: thomasv <thomasv@gitorious>
Date:   Fri,  6 Jul 2012 14:43:36 +0200

Don't exit before wallet is saved

Diffstat:
Mlib/gui_lite.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/gui_lite.py b/lib/gui_lite.py @@ -63,7 +63,7 @@ class ElectrumGui: self.expert.connect_slots(timer) self.expert.update_wallet() - sys.exit(self.app.exec_()) + self.app.exec_() def expand(self): self.mini.hide()