Merge pull request #151 from jl2012/patch-2

fixing typo
This commit is contained in:
Wladimir J. van der Laan 2015-05-26 08:07:25 +00:00
commit 272d9cf558

View File

@ -222,7 +222,7 @@ semantics and detailed rationale for those semantics.
if (nLockTime < 0)
return false;
// There are two times of nLockTime: lock-by-blockheight
// There are two types of nLockTime: lock-by-blockheight
// and lock-by-blocktime, distinguished by whether
// nLockTime < LOCKTIME_THRESHOLD.
//