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
- Branch
- electrum_fix_send_preview
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 35176 Build 69810: Build Diff electrum-functional-tests · electrum-tests Build 69809: arc lint + arc unit
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