[TREZOR] Set bip32 path in multisig change address

This commit is contained in:
Jochen Hoenicke 2017-08-15 11:30:32 +02:00
parent 63bb01cf8f
commit 1c120e8f5c
No known key found for this signature in database
GPG Key ID: EB17C6B5E51193F5
1 changed files with 1 additions and 0 deletions

View File

@ -344,6 +344,7 @@ class TrezorCompatiblePlugin(HW_PluginBase):
txoutputtype = self.types.TxOutputType(
multisig = multisig,
amount = amount,
address_n = self.client_class.expand_path(derivation + "/%d/%d"%index),
script_type = self.types.PAYTOMULTISIG)
else:
txoutputtype = self.types.TxOutputType()