Put restore_wallet_class back in the derived classes
This commit is contained in:
@@ -32,6 +32,7 @@ except ImportError:
|
||||
class BTChipWallet(BIP44_Wallet):
|
||||
wallet_type = 'btchip'
|
||||
device = 'Ledger'
|
||||
restore_wallet_class = BIP44_Wallet
|
||||
|
||||
def __init__(self, storage):
|
||||
BIP44_Wallet.__init__(self, storage)
|
||||
|
||||
@@ -32,6 +32,8 @@ class TrezorCompatibleWallet(BIP44_Wallet):
|
||||
# - DEVICE_IDS
|
||||
# - wallet_type
|
||||
|
||||
restore_wallet_class = BIP44_Wallet
|
||||
|
||||
def __init__(self, storage):
|
||||
BIP44_Wallet.__init__(self, storage)
|
||||
# After timeout seconds we clear the device session
|
||||
|
||||
Reference in New Issue
Block a user