Browse Source

Minor fix for prior

Restores to a BIP44_Wallet.  The other var is also in base class.
283
Neil Booth 9 years ago
parent
commit
9330750e82
  1. 2
      plugins/ledger/ledger.py

2
plugins/ledger/ledger.py

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

Loading…
Cancel
Save