diff options
author | BtcDrak <btcdrak@gmail.com> | 2015-11-24 17:44:54 +0000 |
---|---|---|
committer | BtcDrak <btcdrak@gmail.com> | 2015-11-24 17:44:54 +0000 |
commit | 8d85335f2a09413e3d365b0e329e2c22f879af30 (patch) | |
tree | 168d14b97ff8ed4d7ba6cc17c2bcefa8c6a9326b | |
parent | d30f1c6d0b02f1c22086852e274b3c4ba98d2434 (diff) |
Fixup comment
-rw-r--r-- | bip-0112.mediawiki | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bip-0112.mediawiki b/bip-0112.mediawiki index db5147d..fd89e61 100644 --- a/bip-0112.mediawiki +++ b/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); |