bugfix for seed_v7
This commit is contained in:
@@ -1574,7 +1574,7 @@ class Wallet(object):
|
|||||||
config = storage.config
|
config = storage.config
|
||||||
|
|
||||||
self.wallet_types = [
|
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),
|
('imported', ("Imported wallet"), Imported_Wallet),
|
||||||
('2of2', ("Multisig wallet (2 of 2)"), Wallet_2of2),
|
('2of2', ("Multisig wallet (2 of 2)"), Wallet_2of2),
|
||||||
('2of3', ("Multisig wallet (2 of 3)"), Wallet_2of3)
|
('2of3', ("Multisig wallet (2 of 3)"), Wallet_2of3)
|
||||||
|
|||||||
Reference in New Issue
Block a user