Skip to content

Commit

Permalink
chore: update T9.3-b checkpoint zero timestamp
Browse files Browse the repository at this point in the history
Wednesday, 23-Sept-2020, 09:00 UTC
  • Loading branch information
aesedepece committed Sep 22, 2020
1 parent ed722bf commit d062c4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/src/defaults.rs
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,8 @@ impl Defaults for Development {
}

fn consensus_constants_checkpoint_zero_timestamp(&self) -> i64 {
// Tuesday, 22-Sept-2020, 09:00 UTC
1_600_765_200
// Wednesday, 23-Sept-2020, 09:00 UTC
1_600_851_600
}

fn connections_reject_sybil_inbounds(&self) -> bool {
Expand Down Expand Up @@ -453,7 +453,7 @@ impl Defaults for Testnet {
}

fn consensus_constants_checkpoint_zero_timestamp(&self) -> i64 {
// Tuesday, 22-Sept-2020, 09:00 UTC
1_600_765_200
// Wednesday, 23-Sept-2020, 09:00 UTC
1_600_851_600
}
}

0 comments on commit d062c4c

Please sign in to comment.