diff options
author | Peter Todd <pete@petertodd.org> | 2015-12-05 17:57:43 +0800 |
---|---|---|
committer | Peter Todd <pete@petertodd.org> | 2015-12-05 17:57:43 +0800 |
commit | 0feb1209d0d224b9465532db55b9bf19b9b42e04 (patch) | |
tree | 0b56ca04ddd8110edaaa014688efa873695c7dac /bip-0065.mediawiki | |
parent | aa7cbf77a6f741ef7753ea86990baf4fc3d08b41 (diff) |
Remove space in BIP66
Seems to be how people are writing BIP's these days.
Diffstat (limited to 'bip-0065.mediawiki')
-rw-r--r-- | bip-0065.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0065.mediawiki b/bip-0065.mediawiki index cd0b0ae..57b3d02 100644 --- a/bip-0065.mediawiki +++ b/bip-0065.mediawiki @@ -270,7 +270,7 @@ https://github.com/petertodd/bitcoin/commit/ab0f54f38e08ee1e50ff72f801680ee84d0f ==Deployment== We reuse the double-threshold IsSuperMajority() switchover mechanism used in -BIP 66 with the same thresholds, but for nVersion = 4. The new rules are +BIP66 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 |