electrum

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

commit 8d9b23e76033493cc88e98f2bf8cd5bfcf6509c0
parent 749a1f20061e65f9e89b9901e82a641bae8bc270
Author: ThomasV <thomasv@electrum.org>
Date:   Wed, 28 Sep 2016 09:55:18 +0200

follow-up previous commit

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

diff --git 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):