diff options
author | cocoyeal <ricodigging@gmail.com> | 2024-05-29 16:18:11 +0800 |
---|---|---|
committer | cocoyeal <ricodigging@gmail.com> | 2024-05-29 16:18:11 +0800 |
commit | 46a2440718ce96681155e4c96bfc373d079d2eef (patch) | |
tree | b49a43a013d085727b1ffe38f7a83031ac4f45c0 /bip-0135.mediawiki | |
parent | 758a58ab54fddce0c6d062ed8fdf2b28c2eb7790 (diff) |
remove duplicated words
Diffstat (limited to 'bip-0135.mediawiki')
-rw-r--r-- | bip-0135.mediawiki | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bip-0135.mediawiki b/bip-0135.mediawiki index 1324746..a4c0647 100644 --- a/bip-0135.mediawiki +++ b/bip-0135.mediawiki @@ -170,7 +170,7 @@ A given deployment SHALL remain in the DEFINED state until it either passes the starttime (and becomes STARTED) or the timeout time (and becomes FAILED). Once a deployment has STARTED, the signal for that deployment SHALL be tallied -over the the past windowsize blocks whenever a new block is received on that +over the past windowsize blocks whenever a new block is received on that chain. A transition from the STARTED state to the LOCKED_IN state SHALL only occur @@ -183,7 +183,7 @@ when all of these are true: A similar height synchronization precondition SHALL exist for the transition from LOCKED_IN to ACTIVE. These synchronization conditions are expressed by the "mod(height, windowsize) = 0" -clauses in the diagram, and have been been added so that backward compatibility +clauses in the diagram, and have been added so that backward compatibility with BIP9's use of the 2016-block re-targeting periods can be configured for existing deployments (see above 'Optional full backward compatibility' section). @@ -261,7 +261,7 @@ proposal, although a conventional fallow period of 3 months is RECOMMENDED. Due to the constraints set by BIP 34, BIP 66 and BIP 65, there are only 0x7FFFFFFB possible nVersion values available. This limits to at most 30 independent deployments. -By restricting the top 3 bits to 001 we we are left with 29 out of those for +By restricting the top 3 bits to 001 we are left with 29 out of those for the purposes of this proposal, and support two future upgrades for different mechanisms (top bits 010 and 011). |