From 3bb9cbc6684a14baf92b243eb8987766b23a0eb5 Mon Sep 17 00:00:00 2001 From: Hardhat Chad Date: Fri, 29 Mar 2024 19:27:56 +0000 Subject: [PATCH] update start at --- src/consts.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/consts.rs b/src/consts.rs index 328d9aa..095c39e 100644 --- a/src/consts.rs +++ b/src/consts.rs @@ -1,7 +1,7 @@ use solana_program::{keccak::Hash, pubkey, pubkey::Pubkey}; /// The unix timestamp after which mining can begin. -pub const START_AT: i64 = 1712070900; +pub const START_AT: i64 = 1712070600; /// The reward rate to intialize the program with. pub const INITIAL_REWARD_RATE: u64 = 10u64.pow(3u32);