mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
Merge pull request #2755 from jhoenicke/multisigfix
Set bip32 path for multisig change address
This commit is contained in:
commit
322587e493
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue