浏览代码

consensus: updated testnet timestamp

aggstam 3 年之前
父节点
当前提交
798db8ae09
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/consensus/constants.rs

+ 2 - 2
src/consensus/constants.rs

@@ -39,10 +39,10 @@ lazy_static! {
     pub static ref TESTNET_GENESIS_HASH_BYTES: blake3::Hash = blake3::hash(b"darkfi_testnet");
 
     /// Genesis timestamp for the testnet chain
-    pub static ref TESTNET_GENESIS_TIMESTAMP: Timestamp = Timestamp(1675260000);
+    pub static ref TESTNET_GENESIS_TIMESTAMP: Timestamp = Timestamp(1676314800);
 
     /// Bootstrap timestamp for the testnet chain
-    pub static ref TESTNET_BOOTSTRAP_TIMESTAMP: Timestamp = Timestamp(1675260000);
+    pub static ref TESTNET_BOOTSTRAP_TIMESTAMP: Timestamp = Timestamp(1676314800);
 
     /// Total sum of initial staking coins for the testnet chain
     pub static ref TESTNET_INITIAL_DISTRIBUTION: u64 = 1000;