From 8d9b23e76033493cc88e98f2bf8cd5bfcf6509c0 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Wed, 28 Sep 2016 09:55:18 +0200 Subject: [PATCH] follow-up previous commit --- lib/base_wizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/base_wizard.py b/lib/base_wizard.py index a2bba602..aedb8e8a 100644 --- a/lib/base_wizard.py +++ b/lib/base_wizard.py @@ -260,7 +260,7 @@ class BaseWizard(object): def restore_from_seed(self): self.opt_bip39 = True - test = bitcoin.is_seed + test = bitcoin.is_seed if self.wallet_type == 'standard' else bitcoin.is_new_seed self.restore_seed_dialog(run_next=self.on_restore_seed, test=test) def on_restore_seed(self, seed, is_bip39):