1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

Fixup comment

This commit is contained in:
BtcDrak 2015-11-24 17:44:54 +00:00
parent d30f1c6d0b
commit 8d85335f2a

View File

@ -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);