This commit is contained in:
Hardhat Chad
2024-04-27 18:06:36 +00:00
parent f4d36f9b9f
commit b30cee7eb2
8 changed files with 90 additions and 12 deletions

View File

@@ -13,9 +13,6 @@ use crate::{
pub struct Treasury {
/// The bump of the treasury account PDA, for signing CPIs.
pub bump: u64,
/// The total lifetime claimed rewards of the program.
pub total_claimed_rewards: u64,
}
impl Discriminator for Treasury {