Skip to content

Commit

Permalink
TODOs added
Browse files Browse the repository at this point in the history
  • Loading branch information
coachchucksol committed Nov 19, 2024
1 parent a748cb1 commit 7fb0e4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions program/src/initialize_operator_snapshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ pub fn process_initialize_operator_snapshot(
&operator_snapshot_seeds,
)?;

//TODO move to helper function
let is_active: bool = {
let ncn_operator_state_data = ncn_operator_state.data.borrow();
let ncn_operator_state_account =
Expand Down
1 change: 1 addition & 0 deletions program/src/snapshot_vault_operator_delegation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ pub fn process_snapshot_vault_operator_delegation(
(vault_account.vault_index(), vault_account.supported_mint)
};

//TODO move to helper function
let is_active: bool = {
let vault_ncn_ticket_data = vault_ncn_ticket.data.borrow();
let vault_ncn_ticket_account =
Expand Down

0 comments on commit 7fb0e4d

Please sign in to comment.