If a piece of data in Bitcoin Script matches an OP_CODE, wh…
If a piece of data in Bitcoin Script matches an OP_CODE, what happens?
For example, if in my script I have 88AC as data (OP_EQUALVERIFY OP_CHECKSIG).
I'm guessing it's treated as an operator and executes?
🤔
Replies
Data is pushed by OP_1..N or OP_PUSHDATA.