I’m making an attempt to grasp the brand new PayToAnchor
script, which is a part of v28.0. Right here is the script definition:
https://github.com/bitcoin/bitcoin/blob/grasp/src/script/script.cpp#L207-L222
As I perceive, the above script would translate to following:
op_true op_pushdata4 2 4e73
Can somebody please verify that that is right understanding? Additionally, what the explanation for this specific script for PayToAnchor? It seems that it’s not validated – interpreter.cpp#VerifyWitnessProgram, so the script might have been the rest. Is there any particular purpose for utilizing this specific script for PayToAnchor?