nsequence requirement changed

Fix courtesy @gitzhou
This commit is contained in:
Shannon Appelcline 2020-05-19 12:25:46 -10:00 committed by GitHub
parent 2885923f26
commit 447cea5555
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.