summaryrefslogtreecommitdiff
path: root/bip-0112.mediawiki
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2019-08-03 13:55:29 -0500
committerBryan Bishop <kanzure@gmail.com>2019-08-03 13:55:29 -0500
commit62c759eae68c380c1a494540331254039cbbd1ee (patch)
treee00abdd2ace7a8d15c129a4fcf735e2c590a9296 /bip-0112.mediawiki
parent32b496a65fe76cfc729876716d3a6c807acb4989 (diff)
downloadbips-62c759eae68c380c1a494540331254039cbbd1ee.tar.xz
bip112: fix trivial typo
Diffstat (limited to 'bip-0112.mediawiki')
-rw-r--r--bip-0112.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0112.mediawiki b/bip-0112.mediawiki
index f3d370a..b159786 100644
--- a/bip-0112.mediawiki
+++ b/bip-0112.mediawiki
@@ -36,7 +36,7 @@ When executed, if any of the following conditions are true, the script interpret
Otherwise, script execution will continue as if a NOP had been executed.
-BIP 68 prevents a non-final transaction from being selected for inclusion in a block until the corresponding input has reached the specified age, as measured in block-height or block-time. By comparing the argument to CHECKSEQUENCEVERIFY against the nSequence field, we indirectly verify a desired minimum age of the
+BIP 68 prevents a non-final transaction from being selected for inclusion in a block until the corresponding input has reached the specified age, as measured in block-height or block-time. By comparing the argument to CHECKSEQUENCEVERIFY against the nSequence field, we indirectly verify a desired minimum age of
the output being spent; until that relative age has been reached any script execution pathway including the CHECKSEQUENCEVERIFY will fail to validate, causing the transaction not to be selected for inclusion in a block.