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 184aaaf commit c1913beCopy full SHA for c1913be
programs/drift/src/instructions/admin.rs
@@ -152,7 +152,10 @@ pub fn handle_initialize_spot_market(
152
if is_token_2022 {
153
initialize_immutable_owner(&ctx.accounts.token_program, &ctx.accounts.spot_market_vault)?;
154
155
- initialize_immutable_owner(&ctx.accounts.token_program, &ctx.accounts.insurance_fund_vault)?;
+ initialize_immutable_owner(
156
+ &ctx.accounts.token_program,
157
+ &ctx.accounts.insurance_fund_vault,
158
+ )?;
159
}
160
161
initialize_token_account(
0 commit comments