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!