1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-01-18 21:35:13 +01:00

fixing typo

fixing typo
This commit is contained in:
jl2012 2015-04-29 17:45:55 +08:00
parent 2ea19daaa0
commit acf48857b1

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.
//