From e1def09d6d75877a447dcc418a85291c80803a33 Mon Sep 17 00:00:00 2001 From: Jonas Nick Date: Fri, 19 Mar 2021 08:20:52 +0000 Subject: BIP8: fix typo: 2 retarget intervals are 4032 blocks. --- bip-0008.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bip-0008.mediawiki') 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=== -- cgit v1.2.3