1
0

[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

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