Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: How to use OP_CHECKSEQUENCEVERIFY
by
piotr_n
on 07/06/2017, 08:24:55 UTC
⭐ Merited by ETFbitcoin (1)
@sonicskye, I think your tx is failing the "minimal push" check.
it's some crazy stuff that (I think) is supposed to prevent tx malleability - don't ask me about it Smiley


but what you have to change is the place where you push value 10 onto the stack
instead of using {0x01, 0x0a}, you should use a single 0x5a (OP_10)

plus, as it was said before, you need version 2 or more - then it will work.