Skip to content

Commit 95d8d45

Browse files
committed
Set activation DAA score
1 parent 512268a commit 95d8d45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

consensus/core/src/config/params.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ pub const MAINNET_PARAMS: Params = Params {
541541
crescendo: CRESCENDO,
542542
// Temp: use a value which will trigger upper_bound/after calculations but is not actually scheduled.
543543
// We want the pre-release to test the influence of this change on mainnet nodes as well
544-
crescendo_activation: ForkActivation::new(u64::MAX - 1),
544+
crescendo_activation: ForkActivation::new(110_165_000),
545545
};
546546

547547
pub const TESTNET_PARAMS: Params = Params {
@@ -703,5 +703,6 @@ pub const DEVNET_PARAMS: Params = Params {
703703
pruning_proof_m: 1000,
704704

705705
crescendo: CRESCENDO,
706+
// TODO: Set this to always after the fork
706707
crescendo_activation: ForkActivation::never(),
707708
};

0 commit comments

Comments
 (0)