mirror of
https://github.com/bitcoin/bips.git
synced 2025-05-12 12:03:29 +00:00
Fixup comment
This commit is contained in:
parent
d30f1c6d0b
commit
8d85335f2a
@ -278,8 +278,7 @@ semantics and detailed rationale for those semantics.
|
||||
if ((nSequence & CTxIn::SEQUENCE_LOCKTIME_DISABLE_FLAG) != 0)
|
||||
break;
|
||||
|
||||
// Actually compare the specified inverse sequence number
|
||||
// with the input.
|
||||
// Compare the specified sequence number with the input.
|
||||
if (!checker.CheckSequence(nSequence))
|
||||
return set_error(serror, SCRIPT_ERR_UNSATISFIED_LOCKTIME);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user