@@ -260,19 +260,19 @@ reward period. If broadcast on the Bitcoin chain, they may be
260260broadcast during the prepare phase, but must be included before
261261the prepare phase finishes.
262262
263- These signed messages are valid for at most 12000 Bitcoin blocks (12
264- reward cycles, or ~ 3 month ). If the signed message specifies a lockup
265- period ` x ` less than 12000 blocks, then the signed message is only valid for
266- Stacking participation for ` floor(x / 1000 ) ` reward cycles (the minimum
267- participation length is one cycle: 1000 blocks).
263+ These signed messages are valid for at most 12 reward cycles (25200 Bitcoin
264+ blocks or ~ 7 months ). If the signed message specifies a lockup period ` x ` less
265+ than 25200 blocks, then the signed message is only valid for Stacking
266+ participation for ` floor(x / 2100 ) ` reward cycles (the minimum participation
267+ length is one cycle: 2100 blocks).
268268
269269
270270# Anchor Blocks and Reward Consensus
271271
272272In the ** prepare** phase of the Stacking algorithm, miners and network
273273participants determine the anchor block and the reward set. The
274274prepare phase is a window ` w ` of Bitcoin blocks * before* the reward
275- cycle begins (e.g., the window may be 240 Bitcoin blocks).
275+ cycle begins (e.g., the window may be 100 Bitcoin blocks).
276276
277277At a high-level, nodes determine whether any block was confirmed by
278278` F*w ` blocks during the phase, where ` F ` is a large fraction (e.g.,
0 commit comments