From 447cea5555a1596b7cf65a65644910bc108bf76e Mon Sep 17 00:00:00 2001 From: Shannon Appelcline <shannon.appelcline@gmail.com> Date: Tue, 19 May 2020 12:25:46 -1000 Subject: [PATCH] nsequence requirement changed Fix courtesy @gitzhou --- 09_3_Using_CSV_in_Scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/09_3_Using_CSV_in_Scripts.md b/09_3_Using_CSV_in_Scripts.md index 89dc880..d01faa7 100644 --- a/09_3_Using_CSV_in_Scripts.md +++ b/09_3_Using_CSV_in_Scripts.md @@ -94,7 +94,7 @@ In this case we'll probably use a shorthand: CSV has many of the same subtleties in usage as CLTV: * The `nVersion` field must be set to 2 or more. -* The `nSequence` field must be set to less than 0xf0000000. +* The `nSequence` field must be set to less than 0x80000000. * When CSV is run, there must be an operand on the stack that's between 0 and 0xf0000000-1. * Both the stack operand and `nSequence` must have the same value on the 23rd bit. * The `nSequence` must be greater than or equal to the stack operand.