Skip to content

Commit

Permalink
Correct a possibly intentional pun that is nevertheless hard to read:…
Browse files Browse the repository at this point in the history
… "two times of nLockTime." What is meant is that there are two kinds, or categories of nLockTime.
  • Loading branch information
maaku committed Aug 11, 2015
1 parent 3eaaf71 commit e846b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script/interpreter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@ bool TransactionSignatureChecker::CheckSig(const vector<unsigned char>& vchSigIn

bool TransactionSignatureChecker::CheckLockTime(const CScriptNum& nLockTime) const
{
// There are two times of nLockTime: lock-by-blockheight
// There are two kinds of nLockTime: lock-by-blockheight
// and lock-by-blocktime, distinguished by whether
// nLockTime < LOCKTIME_THRESHOLD.
//
Expand Down

0 comments on commit e846b2a

Please sign in to comment.