Hardware wallets: limit change outputs to 1
This commit is contained in:
@@ -33,6 +33,7 @@ class BTChipWallet(BIP44_Wallet):
|
||||
wallet_type = 'btchip'
|
||||
device = 'Ledger'
|
||||
restore_wallet_class = BIP44_Wallet
|
||||
max_change_outputs = 1
|
||||
|
||||
def __init__(self, storage):
|
||||
BIP44_Wallet.__init__(self, storage)
|
||||
|
||||
@@ -36,6 +36,7 @@ class TrezorCompatibleWallet(BIP44_Wallet):
|
||||
# - wallet_type
|
||||
|
||||
restore_wallet_class = BIP44_Wallet
|
||||
max_change_outputs = 1
|
||||
|
||||
def __init__(self, storage):
|
||||
BIP44_Wallet.__init__(self, storage)
|
||||
|
||||
Reference in New Issue
Block a user