Bitcoin Forum
September 28, 2025, 03:46:09 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Development & Technical Discussion / Locktime requirement not satisfied when locktime set to 1 in p2sh on: May 06, 2018, 11:48:22 PM
Hey there!

I've created the following script on testnet:

OP_IF
    2 <pubkey1> <pubkey2> <pubkey3> 3
    OP_CHECKMULTISIG
OP_ELSE
    1 OP_CHECKSEQUENCEVERIFY
    OP_DROP
    <pubkey1> OP_CHECKSIG
OP_ENDIF

I am currently able to unlock the funds when I satisfy the 2 of 3 multisig condition.

However, when I attempt to unlock the funds using the else condition, I get the following error: 64: non-mandatory-script-verify-flag (Locktime requirement not satisfied)

This confuses me, because I thought I was setting the lock time to a block height of 1, which should have already passed.

Any help on this would be greatly appreciated! Thanks so much!

Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!