electrum

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

commit 37214eee7648952e7da0a3cddc64a1633c17e533
parent 466d1e0f402d9d5580111a0a18608f449567389c
Author: Maran <maran.hidskes@gmail.com>
Date:   Sun, 26 Aug 2012 21:30:36 +0200

Merge branch 'master' of https://github.com/spesmilo/electrum

Diffstat:
Melectrum | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/electrum b/electrum @@ -179,8 +179,8 @@ if __name__ == '__main__': found = wallet.file_exists if not found: found = gui.restore_or_create() - except IOError: - exit("Error retrieving wallet file.") + except SystemExit, e: + exit(e) except BaseException, e: import traceback traceback.print_exc(file=sys.stdout)