mirror of
https://github.com/bitcoin/bips.git
synced 2025-07-28 13:12:33 +02:00
BIP8: fix typo: 2 retarget intervals are 4032 blocks.
This commit is contained in:
@@ -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===
|
||||
|
||||
|
Reference in New Issue
Block a user