diff --git a/programs/drift/src/instructions/user.rs b/programs/drift/src/instructions/user.rs index 2516294dd..b5bb4c375 100644 --- a/programs/drift/src/instructions/user.rs +++ b/programs/drift/src/instructions/user.rs @@ -3523,6 +3523,7 @@ pub struct DeleteUser<'info> { pub user_stats: AccountLoader<'info, UserStats>, #[account(mut)] pub state: Box>, + #[account(mut)] pub authority: Signer<'info>, }