diff options
author | jl2012 <jl2012@users.noreply.github.com> | 2015-04-29 17:45:55 +0800 |
---|---|---|
committer | jl2012 <jl2012@users.noreply.github.com> | 2015-04-29 17:45:55 +0800 |
commit | acf48857b11eb2623633a001441c887d2b85465a (patch) | |
tree | e791a4fe25afb3a421c8c483fa0ae30b04f20ad8 /bip-0065.mediawiki | |
parent | 2ea19daaa0380fed7a2b053fd1f488fadba28bda (diff) |
fixing typo
fixing typo
Diffstat (limited to 'bip-0065.mediawiki')
-rw-r--r-- | bip-0065.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0065.mediawiki b/bip-0065.mediawiki index fb22ace..5549182 100644 --- a/bip-0065.mediawiki +++ b/bip-0065.mediawiki @@ -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. // |