Browse Source

Fixup comment

2015_12_bip1
BtcDrak 9 years ago
parent
commit
8d85335f2a
  1. 3
      bip-0112.mediawiki

3
bip-0112.mediawiki

@ -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…
Cancel
Save