From fd0278e3b1e901befe10a6d8398e6c7900156245 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 20 Oct 2020 08:32:47 -1000 Subject: [PATCH] removed warning --- 11_3_Using_CSV_in_Scripts.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/11_3_Using_CSV_in_Scripts.md b/11_3_Using_CSV_in_Scripts.md index cb51d9d..825ee34 100644 --- a/11_3_Using_CSV_in_Scripts.md +++ b/11_3_Using_CSV_in_Scripts.md @@ -1,7 +1,5 @@ # 11.3: Using CSV in Scripts -> :information_source: **NOTE:** This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for learning. - `nLockTime` and `OP_CHECKLOCKTIMEVERIFY` (or CLTV) are just one side of the timelock equation. On the other side are `nSequence` and `OP_CHECKSEQUENCEVERIFY`, which can be used to check against relative times rather than absolute times. > :warning: **VERSION WARNING:** CSV became available with Bitcoin Core 0.12.1, in spring 2016.