This PR adds the CLTVMultisigClosure that can be used as a valid forfeit path in VtxoScript.
A CLTV forfeit is invalid until an absolute locktime (block height or block time). The server won't accept any forfeit or redeem transaction using a locked CLTV path. Tested by TestSendToCLTVMultisigClosure.
This PR adds the
CLTVMultisigClosure
that can be used as a valid forfeit path in VtxoScript.A CLTV forfeit is invalid until an absolute locktime (block height or block time). The server won't accept any forfeit or redeem transaction using a locked CLTV path. Tested by
TestSendToCLTVMultisigClosure
.@tiero @altafan please review