Skip to content

Commit

Permalink
add public visibility modifier to ClaimInfo (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
bonedaddy authored Dec 6, 2023
1 parent f13333b commit 5ddab4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions token-dispenser/programs/token-dispenser/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ pub struct Claim<'info> {

#[derive(AnchorDeserialize, AnchorSerialize, Clone)]
pub struct ClaimInfo {
identity: Identity,
amount: u64,
pub identity: Identity,
pub amount: u64,
}

/**
Expand Down

1 comment on commit 5ddab4d

@vercel
Copy link

@vercel vercel bot commented on 5ddab4d Dec 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.