tfix installwizard_restore - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 271a27fc83121e206631ebac95490973f6e96adb DIR parent e34b72bbf7f31eb91166a76ac36db12e49b55ebb HTML Author: ThomasV <thomasv@gitorious> Date: Fri, 6 Feb 2015 07:20:09 +0100 fix installwizard_restore Diffstat: M lib/plugins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/lib/plugins.py b/lib/plugins.py t@@ -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: