Post
Topic
Board Development & Technical Discussion
Merits 6 from 3 users
Re: Taproot proposal
by
garlonicon
on 19/08/2021, 14:12:37 UTC
⭐ Merited by JayJuanGee (2) ,pooya87 (2) ,ETFbitcoin (2)
OP_SUCCESS simply means "this script is automatically valid", it is the opposite of OP_RETURN that means "this script is automatically invalid". It is needed, because if you want to make upgrades in the future, you want a situation where old nodes consider new scripts as valid, so old nodes will see OP_SUCCESS and accept that as valid without any conditions, but new nodes will add some restrictions.