I’m trying to understand something new PayToAnchor
This is a script that is part of v28.0. The script definition is:
https://github.com/bitcoin/bitcoin/blob/master/src/script/script.cpp#L207-L222
As I understand it, the above script translates to:
op_true op_pushdata4 2 4e73
Can someone please confirm if this is my correct understanding? Also, what is the reason for this particular script for PayToAnchor? It appears that it is not validated (interpreter.cpp#VerifyWitnessProgram). So the script could be something else. Is there a specific reason PayToAnchor uses this specific script?