These Two changes were missed in D18324. The error can be triggered with multisig wallets or using the load transaction from text menu with a partially signed transaction.
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rABCeba54e1de99e: [electrum] fix transaction_dialog when creating a multisig partially signed…
with a 2-of-m multisig wallet, create a transaction, export the transaction to hex, load it from another wallet, sign, broadcast
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
that other instance of tx_external_keypairs is not a direct API access, but a dynamic access via hooks. I will fix this in a separate diff, because the hooks are broken in multiple ways