Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
crypto-vincent committed Dec 31, 2023
1 parent a71c028 commit 73fbd6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ pub struct RegisterAlloyxVaultDepository<'info> {
associated_token::authority = depository,
payer = payer,
)]
pub depository_shares: Box<Account<'info, TokenAccount>>,
pub depository_shares: Box<Account<'info, TokenAccount>>, // TODO

/// #8
pub alloyx_vault_info: Box<Account<'info, alloyx_cpi::VaultInfo>>,
Expand Down

0 comments on commit 73fbd6e

Please sign in to comment.