This commit is contained in:
Hardhat Chad
2024-04-27 16:30:45 +00:00
parent 3a109e7a11
commit f4d36f9b9f
18 changed files with 1019 additions and 721 deletions

View File

@@ -14,12 +14,6 @@ pub struct Treasury {
/// The bump of the treasury account PDA, for signing CPIs.
pub bump: u64,
/// The timestamp of the reset invocation.
pub last_reset_at: i64,
/// The reward rate to payout to miners for submiting valid hashes.
pub reward_rate: u64,
/// The total lifetime claimed rewards of the program.
pub total_claimed_rewards: u64,
}