When there’s multiple script paths we can spend, the wallet just (partially) signs all of them. We then pick the one with the lowest fees:
The user may want to override this, e.g.:
- For privacy reasons they don’t wish to reveal the less secure (but cheaper) fallback condition.
- Their co-signer software trips up if it sees something in the
taproot_script_path_sigs
it can’t handle (similar to e.g. https://github.com/LedgerHQ/app-bitcoin-new/pull/340)
#32857 lets the user avoid script path spending altogether. Similarly it would be good if they can manually pick one.