|
@ -33,8 +33,6 @@ except ImportError: |
|
|
class BTChipWallet(BIP44_HW_Wallet): |
|
|
class BTChipWallet(BIP44_HW_Wallet): |
|
|
wallet_type = 'btchip' |
|
|
wallet_type = 'btchip' |
|
|
device = 'Ledger' |
|
|
device = 'Ledger' |
|
|
restore_wallet_class = BIP44_HW_Wallet |
|
|
|
|
|
max_change_outputs = 1 |
|
|
|
|
|
|
|
|
|
|
|
def __init__(self, storage): |
|
|
def __init__(self, storage): |
|
|
BIP44_HW_Wallet.__init__(self, storage) |
|
|
BIP44_HW_Wallet.__init__(self, storage) |
|
|