From acf48857b11eb2623633a001441c887d2b85465a Mon Sep 17 00:00:00 2001 From: jl2012 Date: Wed, 29 Apr 2015 17:45:55 +0800 Subject: [PATCH] fixing typo fixing typo --- bip-0065.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip-0065.mediawiki b/bip-0065.mediawiki index fb22ace9..55491823 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. //