Просмотр исходного кода

consensus: Update testnet genesis timestamp to now.

parazyd 3 лет назад
Родитель
Сommit
2394346f0a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/consensus/constants.rs

+ 1 - 1
src/consensus/constants.rs

@@ -31,7 +31,7 @@ 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(1650887115);
+    pub static ref TESTNET_GENESIS_TIMESTAMP: Timestamp = Timestamp(1670506503);
 
 
     // Commonly used Float10
     // Commonly used Float10
     pub static ref  FLOAT10_ZERO: Float10 = Float10::from_str_native("0").unwrap().with_precision(RADIX_BITS).value();
     pub static ref  FLOAT10_ZERO: Float10 = Float10::from_str_native("0").unwrap().with_precision(RADIX_BITS).value();