Browse Source

Merge pull request #2755 from jhoenicke/multisigfix

Set bip32 path for multisig change address
seed_v14
ThomasV 7 years ago
committed by GitHub
parent
commit
322587e493
  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