Browse Source
[TREZOR] Set bip32 path in multisig change address
seed_v14
Jochen Hoenicke
8 years ago
No known key found for this signature in database
GPG Key ID: EB17C6B5E51193F5
1 changed files with
1 additions and
0 deletions
-
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() |
|
|
|