Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions dip-0023.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down