summaryrefslogtreecommitdiff
path: root/bip-0008.mediawiki
diff options
context:
space:
mode:
authorJonas Nick <jonasd.nick@gmail.com>2021-03-19 08:20:52 +0000
committerJonas Nick <jonasd.nick@gmail.com>2021-03-22 12:57:36 +0000
commite1def09d6d75877a447dcc418a85291c80803a33 (patch)
treed3c54f8c892074ba751219ac20ab2775bf26aaad /bip-0008.mediawiki
parentf5a3140f2188905b5c5ca4217341332f4857ff1f (diff)
downloadbips-e1def09d6d75877a447dcc418a85291c80803a33.tar.xz
BIP8: fix typo: 2 retarget intervals are 4032 blocks.
Diffstat (limited to 'bip-0008.mediawiki')
-rw-r--r--bip-0008.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0008.mediawiki b/bip-0008.mediawiki
index 02aaaa4..d357401 100644
--- a/bip-0008.mediawiki
+++ b/bip-0008.mediawiki
@@ -57,7 +57,7 @@ The following guidelines are suggested for selecting these parameters for a soft
A later deployment using the same bit is possible as long as the startheight is after the previous one's
timeoutheight or activation, but it is discouraged until necessary, and even then recommended to have a pause in between to detect buggy software.
-'''startheight''', '''timeoutheight''', and '''minimum_activation_height''' must be an exact multiple of 2016 (ie, at a retarget boundary), and '''timeoutheight''' must be at least 4096 blocks (2 retarget intervals) after '''startheight'''.
+'''startheight''', '''timeoutheight''', and '''minimum_activation_height''' must be an exact multiple of 2016 (ie, at a retarget boundary), and '''timeoutheight''' must be at least 4032 blocks (2 retarget intervals) after '''startheight'''.
===States===