mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-08 13:02:59 +02:00
The script provided for signature might be externally provided, for instance by way of 'finalizepsbt'. Therefore the script might be ill-crafted, so don't assume pubkeys are always 32 bytes. Thanks to Niklas for finding this.