From 4394b1d0c7969cd87984b904b863ef194e28d254 Mon Sep 17 00:00:00 2001 From: Evan B Date: Tue, 17 Dec 2024 15:20:33 -0500 Subject: [PATCH] Update route_ncn_rewards.rs --- program/src/route_ncn_rewards.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/program/src/route_ncn_rewards.rs b/program/src/route_ncn_rewards.rs index b4bdfbc..3b6278f 100644 --- a/program/src/route_ncn_rewards.rs +++ b/program/src/route_ncn_rewards.rs @@ -63,12 +63,8 @@ pub fn process_route_ncn_rewards( let rent_cost = ncn_reward_router_account.rent_cost(&Rent::get()?)?; - msg!("A"); - sol_log_compute_units(); ncn_reward_router_account.route_incoming_rewards(rent_cost, account_balance)?; - msg!("B"); - sol_log_compute_units(); ncn_reward_router_account.route_reward_pool(operator_snapshot_account)?; Ok(())