Skip to content

Commit

Permalink
program: fix build with InterfaceAccount
Browse files Browse the repository at this point in the history
  • Loading branch information
crispheaney committed Jul 26, 2024
1 parent d3687e1 commit 01eb88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/drift/src/instructions/keeper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2046,7 +2046,7 @@ pub struct UpdateUserGovTokenInsuranceStake<'info> {
seeds = [b"insurance_fund_vault".as_ref(), 15_u16.to_le_bytes().as_ref()],
bump,
)]
pub insurance_fund_vault: Box<Account<'info, TokenAccount>>,
pub insurance_fund_vault: Box<InterfaceAccount<'info, TokenAccount>>,
}

#[derive(Accounts)]
Expand Down

0 comments on commit 01eb88a

Please sign in to comment.