diff --git a/src/consensus/constants.rs b/src/consensus/constants.rs index 4c3c811645d6..f0b9b1712738 100644 --- a/src/consensus/constants.rs +++ b/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(1676314800); + pub static ref TESTNET_GENESIS_TIMESTAMP: Timestamp = Timestamp(1677531600); /// 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 pub static ref TESTNET_INITIAL_DISTRIBUTION: u64 = 1000;