Parcourir la source

consensus: set testnet bootstrap timestamp

aggstam il y a 3 ans
Parent
commit
0766e910aa
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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");
     pub static ref TESTNET_GENESIS_HASH_BYTES: blake3::Hash = blake3::hash(b"darkfi_testnet");
 
 
     /// Genesis timestamp for the testnet chain
     /// Genesis timestamp for the testnet chain
-    pub static ref TESTNET_GENESIS_TIMESTAMP: Timestamp = Timestamp(1676314800);
+    pub static ref TESTNET_GENESIS_TIMESTAMP: Timestamp = Timestamp(1677531600);
 
 
     /// Bootstrap timestamp for the testnet chain
     /// Bootstrap timestamp for the testnet chain
-    pub static ref TESTNET_BOOTSTRAP_TIMESTAMP: Timestamp = Timestamp(1676314800);
+    pub static ref TESTNET_BOOTSTRAP_TIMESTAMP: Timestamp = Timestamp(1677531600);
 
 
     /// Total sum of initial staking coins for the testnet chain
     /// Total sum of initial staking coins for the testnet chain
     pub static ref TESTNET_INITIAL_DISTRIBUTION: u64 = 1000;
     pub static ref TESTNET_INITIAL_DISTRIBUTION: u64 = 1000;