Page MenuHomePhabricator

[electrum] fix x_pubkey format in multisig wallet
ClosedPublic

Authored by PiRK on Oct 5 2023, 13:04.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC755e0fa69c34: [electrum] fix x_pubkey format in multisig wallet
Summary

For now the wallet still works with coin dicts containing hex strings. D14594 converted keystore.get_xpubkey to return bytes, and applied the correct hex conversion in SimpleDeterministicWallet.add_input_sig_info, but missed the conversion in MultisigWallet.add_input_sig_info

Test Plan

python test_runner.py

Send a transaction with a multisig setup

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable