electrum

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

commit d855258190e983c443ce0775185b492ca0d20fd5
parent 5f10b498118d03be7df3df73e7e0afcd62c0f511
Author: ThomasV <thomasv1@gmx.de>
Date:   Mon, 25 Aug 2014 16:02:11 +0200

Merge pull request #789 from molecular/master

fix (or at least work around) #788
Diffstat:
Mlib/plugins.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/lib/plugins.py b/lib/plugins.py @@ -50,6 +50,7 @@ def run_hook(name, *args): except Exception: print_error("Plugin error") traceback.print_exc(file=sys.stdout) + r = False if r: results.append(r)