diff options
author | Peter Todd <pete@petertodd.org> | 2015-10-23 17:07:21 -0400 |
---|---|---|
committer | Peter Todd <pete@petertodd.org> | 2015-10-23 17:07:21 -0400 |
commit | fc3260731c610799c5c37f502220ac939f533194 (patch) | |
tree | 3ac41d06a2031034fea86abc9a3506354171cd71 /bip-0065.mediawiki | |
parent | 914702e39c468c6e93cf851662c6ce02b905fbb1 (diff) |
BIP65: Fix deployment rules
Previous version was incorrect and did not match how the actual
IsSuperMajority() mechanism works.
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 3b477bd..1575956 100644 --- a/bip-0065.mediawiki +++ b/bip-0065.mediawiki @@ -277,8 +277,8 @@ We reuse the double-threshold switchover mechanism from BIPs 34 and 66, with the same thresholds, but for nVersion = 4. The new rules are in effect for every block (at height H) with nVersion = 4 and at least 750 out of 1000 blocks preceding it (with heights H-1000..H-1) also -have nVersion = 4. Furthermore, when 950 out of the 1000 blocks -preceding a block do have nVersion = 4, nVersion = 3 blocks become +have nVersion >= 4. Furthermore, when 950 out of the 1000 blocks +preceding a block do have nVersion >= 4, nVersion < 4 blocks become invalid, and all further blocks enforce the new rules. |