Minor fix for prior

Restores to a BIP44_Wallet.  The other var is also in base class.
This commit is contained in:
Neil Booth 2016-01-30 17:44:19 +09:00
parent 4a7cc1c65f
commit 9330750e82
1 changed files with 1 additions and 3 deletions

View File

@ -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)