Post
Topic
Board Development & Technical Discussion
Merits 4 from 1 user
Re: Doubt about double spending
by
pooya87
on 30/09/2021, 06:05:23 UTC
⭐ Merited by o_e_l_e_o (4)
The issue of transaction malleability was solved via BIP66. Further, as you note, SW parent transactions are not maileabile.
BIP-66 is only one case of malleability fix involving the DER encoding used in ECDSA signatures. There are more cases most of which are outlined in BIP-62. The rest are considered non-standard transactions not invalid in legacy transactions. However they are ineffective in SegWit transactions (signature doesn't affect txid).