electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 322587e493bff16fce755541c3817a6e94ab6e7b
parent a22cf973b4a43ef03ef08d8d6fa576fb35221a29
Author: ThomasV <thomasv@electrum.org>
Date:   Wed, 16 Aug 2017 08:04:32 +0200

Merge pull request #2755 from jhoenicke/multisigfix

Set bip32 path for multisig change address
Diffstat:
Mplugins/trezor/plugin.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/plugins/trezor/plugin.py b/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()