This commit is contained in:
Hardhat Chad
2025-09-20 11:53:27 -07:00
parent 44c87aa89c
commit 37f1a9d55b
7 changed files with 31 additions and 31 deletions

View File

@@ -11,7 +11,7 @@ pub struct Miner {
pub authority: Pubkey,
/// The miner's prospects in the current round.
pub prospects: [u64; 25],
pub deployed: [u64; 25],
/// The amount of SOL this miner can claim.
pub rewards_sol: u64,