Explorar el Código

consensus: updated testnet timestamp

aggstam hace 3 años
padre
commit
798db8ae09
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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;