Skip to content

Commit e846b2a

Browse files
committed
Correct a possibly intentional pun that is nevertheless hard to read: "two times of nLockTime." What is meant is that there are two kinds, or categories of nLockTime.
1 parent 3eaaf71 commit e846b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/script/interpreter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@ bool TransactionSignatureChecker::CheckSig(const vector<unsigned char>& vchSigIn
11281128

11291129
bool TransactionSignatureChecker::CheckLockTime(const CScriptNum& nLockTime) const
11301130
{
1131-
// There are two times of nLockTime: lock-by-blockheight
1131+
// There are two kinds of nLockTime: lock-by-blockheight
11321132
// and lock-by-blocktime, distinguished by whether
11331133
// nLockTime < LOCKTIME_THRESHOLD.
11341134
//

0 commit comments

Comments
 (0)