Skip to content

Commit

Permalink
program: add mut to delete user signer
Browse files Browse the repository at this point in the history
  • Loading branch information
crispheaney committed Dec 19, 2024
1 parent e64b8ad commit 15c2809
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions programs/drift/src/instructions/user.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3523,6 +3523,7 @@ pub struct DeleteUser<'info> {
pub user_stats: AccountLoader<'info, UserStats>,
#[account(mut)]
pub state: Box<Account<'info, State>>,
#[account(mut)]
pub authority: Signer<'info>,
}

Expand Down

0 comments on commit 15c2809

Please sign in to comment.