Update consts.rs

This commit is contained in:
Hardhat Chad
2024-03-24 17:45:24 -05:00
committed by GitHub
parent 892ace3484
commit e4fce3d524

View File

@@ -1,9 +1,9 @@
use solana_program::{keccak::Hash, pubkey, pubkey::Pubkey};
/// The unix timestamp after which mining is allowed.
/// The unix timestamp after which mining can begin.
pub const START_AT: i64 = 1712070900;
/// The initial reward rate to payout in the first epoch.
/// The reward rate to intialize the program with.
pub const INITIAL_REWARD_RATE: u64 = 10u64.pow(3u32);
/// The mining difficulty to initialize the program with.