electrum

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

commit 271a27fc83121e206631ebac95490973f6e96adb
parent e34b72bbf7f31eb91166a76ac36db12e49b55ebb
Author: ThomasV <thomasv@gitorious>
Date:   Fri,  6 Feb 2015 07:20:09 +0100

fix installwizard_restore

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

diff --git a/lib/plugins.py b/lib/plugins.py @@ -40,7 +40,7 @@ def hook(func): def run_hook(name, *args): - SPECIAL_HOOKS = ['get_wizard_action'] + SPECIAL_HOOKS = ['get_wizard_action','installwizard_restore'] results = [] f_list = hooks.get(name,[]) for p, f in f_list: