diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-05-26 08:07:25 +0000 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-05-26 08:07:25 +0000 |
commit | 272d9cf55860481479c38be01b61de4ff244953c (patch) | |
tree | 32dc492c74f46566e79bf29814fbcf839fa32fa3 /bip-0065.mediawiki | |
parent | e6638ff0252a7704c3f1019c4d97eeb52ee92659 (diff) | |
parent | acf48857b11eb2623633a001441c887d2b85465a (diff) |
Merge pull request #151 from jl2012/patch-2
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. // |