[TREZOR] Set bip32 path in multisig change address
This commit is contained in:
@@ -344,6 +344,7 @@ class TrezorCompatiblePlugin(HW_PluginBase):
|
|||||||
txoutputtype = self.types.TxOutputType(
|
txoutputtype = self.types.TxOutputType(
|
||||||
multisig = multisig,
|
multisig = multisig,
|
||||||
amount = amount,
|
amount = amount,
|
||||||
|
address_n = self.client_class.expand_path(derivation + "/%d/%d"%index),
|
||||||
script_type = self.types.PAYTOMULTISIG)
|
script_type = self.types.PAYTOMULTISIG)
|
||||||
else:
|
else:
|
||||||
txoutputtype = self.types.TxOutputType()
|
txoutputtype = self.types.TxOutputType()
|
||||||
|
|||||||
Reference in New Issue
Block a user