update solution

This commit is contained in:
Hardhat Chad
2025-05-12 07:45:55 -07:00
parent 3b1e0c42ef
commit 9bb6b476f4
4 changed files with 31 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ pub struct Config {
pub last_reset_at: i64,
/// The best difficulty score of this epoch.
pub best_difficulty: u64,
pub best_hash: [u8; 32],
/// The proof of the best submitted hash of this epoch.
pub best_proof: Pubkey,