mirror of
https://github.com/bitcoin/bips.git
synced 2025-06-30 18:40:58 +02:00
Fixup comment
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user