This commit is contained in:
Hardhat Chad
2025-10-01 18:46:49 -07:00
parent 236f166913
commit c745ed19e9
8 changed files with 75 additions and 17 deletions

View File

@@ -22,10 +22,6 @@ pub struct Miner {
/// The last round that this miner checkpointed.
pub checkpoint_id: u64,
/// The amount of SOL this miner has had refunded and may claim.
#[deprecated]
pub refund_sol: u64,
/// The amount of SOL this miner can claim.
pub rewards_sol: u64,