summaryrefslogtreecommitdiff
path: root/bip-0065.mediawiki
diff options
context:
space:
mode:
authorjl2012 <jl2012@users.noreply.github.com>2015-04-29 17:45:55 +0800
committerjl2012 <jl2012@users.noreply.github.com>2015-04-29 17:45:55 +0800
commitacf48857b11eb2623633a001441c887d2b85465a (patch)
treee791a4fe25afb3a421c8c483fa0ae30b04f20ad8 /bip-0065.mediawiki
parent2ea19daaa0380fed7a2b053fd1f488fadba28bda (diff)
downloadbips-acf48857b11eb2623633a001441c887d2b85465a.tar.xz
fixing typo
fixing typo
Diffstat (limited to 'bip-0065.mediawiki')
-rw-r--r--bip-0065.mediawiki2
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.
//