diff --git a/dip-0023.md b/dip-0023.md index c2a6919c..07553d57 100644 --- a/dip-0023.md +++ b/dip-0023.md @@ -86,10 +86,10 @@ This cycle’s threshold is `nThresholdStart` (the maximum threshold value). Eac will see its threshold decreased until it reaches `nThresholdMin` (the minimum threshold value). Regardless of miner signalling, activation only occurs once the height defined by the -`min_activation_height` parameter is met. This is set to be 6 signalling windows (~6 weeks) after -the `masternode_activation_height`. It is calculated as shown here: +`min_activation_height` parameter is met. This is typically set to be 4 signalling windows (~4 +weeks) after the `masternode_activation_height`. It is calculated as shown here: - min_activation_height = masternode_activation_height + 4032 * 6 + min_activation_height = masternode_activation_height + 4032 * 4 If the threshold is met at the end of a cycle, `activation_height` is calculated by each node as shown here: