diff options
author | Peter Todd <pete@petertodd.org> | 2015-11-13 12:19:53 -0500 |
---|---|---|
committer | Peter Todd <pete@petertodd.org> | 2015-11-13 12:19:53 -0500 |
commit | c912e616d383d3ebae9d3a2932d5fd193978ff9d (patch) | |
tree | 793f0d9caac50d2671acb78df8ba1437c816a011 /bip-0065.mediawiki | |
parent | abeaa1be10c2447d3c7b461582674a2b698cc50b (diff) |
Clearer wording
Diffstat (limited to 'bip-0065.mediawiki')
-rw-r--r-- | bip-0065.mediawiki | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bip-0065.mediawiki b/bip-0065.mediawiki index 6563010..6163b90 100644 --- a/bip-0065.mediawiki +++ b/bip-0065.mediawiki @@ -18,8 +18,8 @@ some point in the future. CHECKLOCKTIMEVERIFY redefines the existing NOP2 opcode. When executed it compares the top item on the stack to the nLockTime field of the transaction -containing the scriptSig. If that top stack item is greater than the transaction -nLockTime the script fails immediately, otherwise script evaluation continues +containing the scriptSig. If that top stack item is greater than the transaction's +nLockTime field the script fails immediately, otherwise script evaluation continues as though a NOP was executed. The nLockTime field in a transaction prevents the transaction from being mined |