Skip to content

Commit b098a69

Browse files
committed
fix build
1 parent 10afaf4 commit b098a69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

programs/drift/src/instructions/admin.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4961,6 +4961,7 @@ pub struct InitializeSpotMarket<'info> {
49614961
space = get_vault_len(&spot_market_mint)?,
49624962
owner = token_program.key()
49634963
)]
4964+
/// CHECK: checked in `initialize_spot_market`
49644965
pub spot_market_vault: AccountInfo<'info>,
49654966
#[account(
49664967
init,
@@ -4970,6 +4971,7 @@ pub struct InitializeSpotMarket<'info> {
49704971
space = get_vault_len(&spot_market_mint)?,
49714972
owner = token_program.key()
49724973
)]
4974+
/// CHECK: checked in `initialize_spot_market`
49734975
pub insurance_fund_vault: AccountInfo<'info>,
49744976
#[account(
49754977
constraint = state.signer.eq(&drift_signer.key())

0 commit comments

Comments
 (0)