Post
Topic
Board Development & Technical Discussion
Topic OP
Question about the lock script
by
coinesel
on 08/12/2022, 06:57:27 UTC
Hi there,

usually I see that lock script: "OP_DUP OP_HASH160 <key> OP_EQUALVERIFY OP_CHECKSIG" and the type of the transaction is "pubkeyhash"

Now I have this lock script: "OP_HASH160 <key> OP_EQUAL" and the transaction type is "scripthash".


How is it possible to spend this UTXO?

Thanks a lot!