Skip to content

Commit

Permalink
Hardfork in devnet and simnet after the difficulty adjustment window
Browse files Browse the repository at this point in the history
  • Loading branch information
lemois-1337 authored Sep 3, 2024
1 parent 92395a9 commit 8b849d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions consensus/core/src/config/params.rs
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ pub const SIMNET_PARAMS: Params = Params {

skip_proof_of_work: true, // For simnet only, PoW can be simulated by default
max_block_level: 250,
hf_daa_score: 50,
hf_daa_score: 3600,
};

pub const DEVNET_PARAMS: Params = Params {
Expand Down Expand Up @@ -575,5 +575,5 @@ pub const DEVNET_PARAMS: Params = Params {
skip_proof_of_work: false,
max_block_level: 250,
pruning_proof_m: 1000,
hf_daa_score: 50,
hf_daa_score: 3600,
};

0 comments on commit 8b849d4

Please sign in to comment.