Skip to content

Commit 4d0e819

Browse files
committed
Go back to 2 weeks
1 parent 1e4eade commit 4d0e819

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

beacon_node/beacon_chain/src/merge_readiness.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use types::*;
99

1010
/// The time before the Bellatrix fork when we will start issuing warnings about preparation.
1111
const SECONDS_IN_A_WEEK: u64 = 604800;
12-
pub const MERGE_READINESS_PREPARATION_SECONDS: u64 = SECONDS_IN_A_WEEK * 5 / 2;
12+
pub const MERGE_READINESS_PREPARATION_SECONDS: u64 = SECONDS_IN_A_WEEK * 2;
1313

1414
#[derive(Default, Debug, Serialize, Deserialize)]
1515
pub struct MergeConfig {

0 commit comments

Comments
 (0)