We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10afaf4 commit b098a69Copy full SHA for b098a69
programs/drift/src/instructions/admin.rs
@@ -4961,6 +4961,7 @@ pub struct InitializeSpotMarket<'info> {
4961
space = get_vault_len(&spot_market_mint)?,
4962
owner = token_program.key()
4963
)]
4964
+ /// CHECK: checked in `initialize_spot_market`
4965
pub spot_market_vault: AccountInfo<'info>,
4966
#[account(
4967
init,
@@ -4970,6 +4971,7 @@ pub struct InitializeSpotMarket<'info> {
4970
4971
4972
4973
4974
4975
pub insurance_fund_vault: AccountInfo<'info>,
4976
4977
constraint = state.signer.eq(&drift_signer.key())
0 commit comments