Browse Source

[TREZOR] Set bip32 path in multisig change address

seed_v14
Jochen Hoenicke 8 years ago
parent
commit
1c120e8f5c
No known key found for this signature in database GPG Key ID: EB17C6B5E51193F5
  1. 1
      plugins/trezor/plugin.py

1
plugins/trezor/plugin.py

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

Loading…
Cancel
Save