Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Dec 2, 2024
1 parent 1c8040f commit 489bccb
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions programs/protocol-contracts-solana/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -522,15 +522,6 @@ pub struct Initialize<'info> {
pub system_program: Program<'info, System>,
}

#[derive(Accounts)]
pub struct SetDepositFee<'info> {
#[account(mut, seeds = [b"meta"], bump)]
pub pda: Account<'info, Pda>,

#[account(mut)]
pub signer: Signer<'info>,
}

#[derive(Accounts)]
pub struct Deposit<'info> {
#[account(mut)]
Expand Down

0 comments on commit 489bccb

Please sign in to comment.