This commit is contained in:
Hardhat Chad
2025-09-17 14:45:13 -07:00
parent 69d0383cf6
commit fdcc5601bc
9 changed files with 81 additions and 104 deletions

View File

@@ -10,8 +10,8 @@ pub struct Miner {
/// The authority of this miner account.
pub authority: Pubkey,
/// The miner's committed square in the current round round.
pub commits: [u64; 25],
/// The miner's prospects in the current round.
pub prospects: [u64; 25],
/// The amount of SOL this miner can claim.
pub rewards_sol: u64,