Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Nov 30, 2024
1 parent 4c09056 commit 5875a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/protocol-contracts-solana/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ pub struct Initialize<'info> {
pub struct SetDepositFee<'info> {
#[account(mut, seeds = [b"meta"], bump = pda.bump)]
pub pda: Account<'info, Pda>,

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

0 comments on commit 5875a51

Please sign in to comment.