tbugfix for seed_v7 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 1d4631d6470930224e407bffae884a6b4edc514f DIR parent 15f6a6a369c53bdbc48753acf37c0a138de49ca0 HTML Author: ThomasV <thomasv@gitorious> Date: Thu, 21 Aug 2014 18:19:56 +0200 bugfix for seed_v7 Diffstat: M lib/wallet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/lib/wallet.py b/lib/wallet.py t@@ -1574,7 +1574,7 @@ class Wallet(object): config = storage.config self.wallet_types = [ - ('standard', ("Standard wallet"), NewWallet if config.get('bip32') else OldWallet), + #('standard', ("Standard wallet"), NewWallet if config.get('bip32') else OldWallet), ('imported', ("Imported wallet"), Imported_Wallet), ('2of2', ("Multisig wallet (2 of 2)"), Wallet_2of2), ('2of3', ("Multisig wallet (2 of 3)"), Wallet_2of3)