Restores to a BIP44_Wallet. The other var is also in base class.
@ -33,8 +33,6 @@ except ImportError:
class BTChipWallet(BIP44_HW_Wallet):
wallet_type = 'btchip'
device = 'Ledger'
restore_wallet_class = BIP44_HW_Wallet
max_change_outputs = 1
def __init__(self, storage):
BIP44_HW_Wallet.__init__(self, storage)