Skip to content

Commit 66b9f77

Browse files
committed
Fix reward cycle length.
1 parent eedf901 commit 66b9f77

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sip/sip-007-stacking-consensus.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -260,11 +260,11 @@ reward period. If broadcast on the Bitcoin chain, they may be
260260
broadcast during the prepare phase, but must be included before
261261
the prepare phase finishes.
262262

263-
These signed messages are valid for at most 12 reward cycles (24000 Bitcoin
263+
These signed messages are valid for at most 12 reward cycles (25200 Bitcoin
264264
blocks or ~7 months). If the signed message specifies a lockup period `x` less
265-
than 24000 blocks, then the signed message is only valid for Stacking
266-
participation for `floor(x / 2000)` reward cycles (the minimum participation
267-
length is one cycle: 2000 blocks).
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

0 commit comments

Comments
 (0)