Skip to content

Commit

Permalink
remove authority
Browse files Browse the repository at this point in the history
  • Loading branch information
crispheaney committed Aug 9, 2023
1 parent 4479d3f commit 8e3cf02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion programs/drift_vaults/src/instructions/force_withdraw.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ pub struct ForceWithdraw<'info> {
constraint = is_vault_for_vault_depositor(&vault_depositor, &vault)?,
)]
pub vault_depositor: AccountLoader<'info, VaultDepositor>,
pub authority: Signer<'info>,
#[account(
mut,
seeds = [b"vault_token_account".as_ref(), vault.key().as_ref()],
Expand Down

0 comments on commit 8e3cf02

Please sign in to comment.