Skip to content

Commit

Permalink
fix init strategy flow
Browse files Browse the repository at this point in the history
  • Loading branch information
vito-kovalione committed Dec 2, 2024
1 parent d794249 commit e86d6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/strategy/src/instructions/init_strategy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pub struct InitStrategy<'info> {
)]
pub token_account: Box<Account<'info, TokenAccount>>,

#[account(seeds = [CONFIG_SEED.as_bytes()], bump)]
#[account(mut, seeds = [CONFIG_SEED.as_bytes()], bump)]
pub config: Account<'info, Config>,

/// CHECK: This should be a vault account
Expand Down

0 comments on commit e86d6fa

Please sign in to comment.