mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 07:56:31 +00:00
nsequence requirement changed
Fix courtesy @gitzhou
This commit is contained in:
parent
2885923f26
commit
447cea5555
@ -94,7 +94,7 @@ In this case we'll probably use a shorthand:
|
|||||||
CSV has many of the same subtleties in usage as CLTV:
|
CSV has many of the same subtleties in usage as CLTV:
|
||||||
|
|
||||||
* The `nVersion` field must be set to 2 or more.
|
* 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.
|
* 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.
|
* 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.
|
* The `nSequence` must be greater than or equal to the stack operand.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user