Low 44
AI analysis
LDK
Lightning Dev Kitrust-lightning
BitcoinCryptographic librariesLightning Network
Add `prev_ouput` to `NegotiatedTxInput` for SIGHASH_ALL & key-spend checks
This commit adds the previous transaction output (the 'prev_output', which includes the scriptPubKey and amount) to an internal data structure called NegotiatedTxInput used during interactive transaction construction in Lightning. The comm…
Commit message describes preventing funds from being frozen or held ransom via SIGHASH_ALL enforcementCommit message describes validating P2WPKH and P2TR key-path spends using scriptPubKey dataAdds prev_output (scriptPubKey + value) to an interactive-tx input structure
c2b293c3by Duncan Dean+11−11 file
Vendor flagged security relevance