We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 673f555 commit f44ca23Copy full SHA for f44ca23
data_structures/src/mainnet_validations.rs
@@ -25,8 +25,8 @@ const SECOND_EMERGENCY_COMMITTEE: [&str; 6] = [
25
pub const FIRST_HARD_FORK: Epoch = 192000;
26
/// 28 April 2021 @ 9:00:00 UTC
27
pub const SECOND_HARD_FORK: Epoch = 376320;
28
-/// 4 June 2021 @ 9:00:00 UTC
29
-pub const THIRD_HARD_FORK: Epoch = 447360;
+/// 3 June 2021 @ 9:00:00 UTC
+pub const THIRD_HARD_FORK: Epoch = 445440;
30
31
/// Return a hard-coded signing committee if the provided epoch belongs to an emergency period.
32
/// 750 and 1344: Between those indices, a special committee of 7 nodes was set.
0 commit comments