Skip to content

Commit f2c9398

Browse files
committed
Activation time comment
1 parent ccdaa71 commit f2c9398

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

consensus/core/src/config/params.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,8 +539,7 @@ pub const MAINNET_PARAMS: Params = Params {
539539
pruning_proof_m: 1000,
540540

541541
crescendo: CRESCENDO,
542-
// Temp: use a value which will trigger upper_bound/after calculations but is not actually scheduled.
543-
// We want the pre-release to test the influence of this change on mainnet nodes as well
542+
// Roughly 2025-05-05 1500 UTC
544543
crescendo_activation: ForkActivation::new(110_165_000),
545544
};
546545

0 commit comments

Comments
 (0)