Author

Topic: Ultimatum Game Deadline in Script (Read 438 times)

newbie
Activity: 2
Merit: 0
November 10, 2016, 09:47:57 AM
#1

Is there a way to allow a certain redemption path before and only before a certain time/blockheight? CLTV causes paths to open in the future, I want to close them down.

For example, here's an imagined script that gives A and B until the end of the year to negotiate an agreement, after which the funds revert to C.

Code:
2017-01-01 OP_???
IF
  2 2 CHECKMULTISIG
ELSE
  CHECKSIG
ENDIF
Jump to: