From 892ace3484162336bded7b82c1d2483f5a5cf5d6 Mon Sep 17 00:00:00 2001 From: Hardhat Chad <155858888+HardhatChad@users.noreply.github.com> Date: Sun, 24 Mar 2024 17:44:57 -0500 Subject: [PATCH] Update consts.rs --- src/consts.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/consts.rs b/src/consts.rs index 836047d..55c4593 100644 --- a/src/consts.rs +++ b/src/consts.rs @@ -6,7 +6,7 @@ pub const START_AT: i64 = 1712070900; /// The initial reward rate to payout in the first epoch. pub const INITIAL_REWARD_RATE: u64 = 10u64.pow(3u32); -/// The initial hashing difficulty. The admin authority can update this in the future, if needed. +/// The mining difficulty to initialize the program with. pub const INITIAL_DIFFICULTY: Hash = Hash::new_from_array([ 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255,