one minute stake requirement

This commit is contained in:
Hardhat Chad
2024-05-03 16:49:28 +00:00
parent 6bc3979b35
commit 6f1454a895
3 changed files with 12 additions and 9 deletions

View File

@@ -21,12 +21,12 @@ pub struct Proof {
/// The current mining challenge.
pub challenge: [u8; 32],
/// The last slot ore was deposited into this account.
pub last_deposit_slot: u64,
/// The last time this account provided a hash.
pub last_hash_at: i64,
/// The last time stake was deposited into this account.
pub last_stake_at: i64,
/// The total lifetime hashes provided by this miner.
pub total_hashes: u64,