Skip to content

Commit

Permalink
closing accounts fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
coachchucksol committed Mar 12, 2025
1 parent 4c50014 commit 3971708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/instructions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2663,7 +2663,7 @@ pub async fn crank_close_epoch_accounts(handler: &CliHandler, epoch: u64) -> Res
}

// Close NCN Reward Routers
let operators = get_all_active_operators_in_ncn(handler, epoch).await?;
let operators = get_all_operators_in_ncn(handler).await?;
for operator in operators.iter() {
for group in NcnFeeGroup::all_groups() {
let (ncn_reward_router, _, _) = NcnRewardRouter::find_program_address(
Expand Down

0 comments on commit 3971708

Please sign in to comment.