File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
consensus/core/src/config Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
547547pub 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} ;
You can’t perform that action at this time.
0 commit comments