From 1bea3ba91ea0b82f1b05ef62f8af5cf8b0a51841 Mon Sep 17 00:00:00 2001 From: thephez Date: Wed, 4 Oct 2023 16:07:06 -0400 Subject: [PATCH] docs(dip23): update typical min_activation_height value --- dip-0023.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: