last claim at (#120)

This commit is contained in:
Hardhat Chad
2025-03-30 08:45:19 -05:00
committed by GitHub
parent 832b3264a8
commit 1c9df74adb
2 changed files with 7 additions and 3 deletions

View File

@@ -19,11 +19,11 @@ pub struct Proof {
/// The last hash the miner provided.
pub last_hash: [u8; 32],
/// The last time this account provided a hash.
/// Timestamp of the last time this account provided a hash.
pub last_hash_at: i64,
/// Buffer for possible future use.
pub _buffer: [u8; 8],
/// Timestamp of the last claim.
pub last_claim_at: i64,
/// The keypair which has permission to submit hashes for mining.
pub miner: Pubkey,