Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: Clarification on how segwit reduce transaction malleability issue
by
pooya87
on 31/07/2025, 14:57:07 UTC
⭐ Merited by Rgram (1)
Witness as it’s used here, is it the same thing as signatures? Or just a code name for the later.
Witness is the stack elements that are needed to complete the script evaluation. Depending on the script type being spent, it can contain different things. For example when spending a P2WPKH output the witness contains the public key and the signature as two items. To spend a P2WSH it contains the redeem script.