bitcoinjs/bitcoinjs-lib

PSBT Taproot Key Path Finalizer Assumes Fixed 64-byte Signature Length

saravanan7mani opened this issue · 1 comments

The PSBT Taproot keypath finalizer assumes a fixed signature length of 64 bytes, overlooking the variability (64 or 65 bytes) based on the sighash type (default or not). This could lead to errors, especially with non-default sighash types.