1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-06-30 12:42:43 +00:00

Fix typos.

This commit is contained in:
Mark Friedenbach 2015-08-17 17:55:04 -07:00 committed by BtcDrak
parent 2f5b94a3d9
commit aa4056a442

View File

@ -1,7 +1,6 @@
<pre> <pre>
BIP: XX BIP: XX
Title: Median time-past as Title: Median time-past as endpoint for lock-time calculations
BIP: XXendpoint for lock-time calculations
Author: Thomas Kerin <me@thomaskerin.io> Author: Thomas Kerin <me@thomaskerin.io>
Mark Friedenbach <mark@friedenbach.org> Mark Friedenbach <mark@friedenbach.org>
Status: Draft Status: Draft
@ -12,8 +11,8 @@
==Abstract== ==Abstract==
This BIP is a proposal to redefine the semantics used determining a This BIP is a proposal to redefine the semantics used in determining a
time-locked transactions eligibilty for inclusion in a block. The time-locked transaction's eligibility for inclusion in a block. The
median of the last 11 blocks is used instead of the block's timestamp, median of the last 11 blocks is used instead of the block's timestamp,
ensuring that it increases monotonically with each block. ensuring that it increases monotonically with each block.
@ -90,7 +89,7 @@ and CHECKSEQUENCEVERIFY.
Mark Friedenbach for designing and authoring the reference Mark Friedenbach for designing and authoring the reference
implementation of this BIP. implementation of this BIP.
Thomas Kerin authored ths BIP document. Thomas Kerin authored this BIP document.
==Compatibility== ==Compatibility==