challenge

This commit is contained in:
Hardhat Chad
2024-04-28 21:21:37 +00:00
parent 3ecf215151
commit 6d89872752
3 changed files with 5 additions and 5 deletions

View File

@@ -18,8 +18,8 @@ pub struct Proof {
/// The quantity of tokens this miner has staked or earned.
pub balance: u64,
/// The proof's current hash.
pub hash: [u8; 32],
/// The current mining challenge.
pub challenge: [u8; 32],
/// The last slot ore was deposited into this account.
pub last_deposit_slot: u64,