diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-08-19 17:36:15 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-08-19 17:37:52 +0200 |
| commit | ef30389e2a4a83c2845a2cbdf3a7c2f062404077 (patch) | |
| tree | b7faa86424eb596c16bc7142d1feaed0032b8c5f /src/script/interpreter.cpp | |
| parent | Merge pull request #6539 (diff) | |
| parent | Fix spelling mistake in -> if. (diff) | |
| download | discoin-ef30389e2a4a83c2845a2cbdf3a7c2f062404077.tar.xz discoin-ef30389e2a4a83c2845a2cbdf3a7c2f062404077.zip | |
Merge pull request #6544
c5c1edf Fix spelling mistake in -> if. (Mark Friedenbach)
e846b2a 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. (Mark Friedenbach)
Diffstat (limited to 'src/script/interpreter.cpp')
| -rw-r--r-- | src/script/interpreter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/interpreter.cpp b/src/script/interpreter.cpp index 0b78fdf5a..bd5e54b33 100644 --- a/src/script/interpreter.cpp +++ b/src/script/interpreter.cpp @@ -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. // |