diff --git a/proof_of_stake/src/lib.rs b/proof_of_stake/src/lib.rs index a7940cb55e6..32419a4c4bc 100644 --- a/proof_of_stake/src/lib.rs +++ b/proof_of_stake/src/lib.rs @@ -2926,8 +2926,6 @@ where // Update the rewards from the current unbonds first add_rewards_to_counter(storage, source, validator, rewards)?; - // Then auto-claim all rewards with the withdrawal - claim_reward_tokens(storage, Some(source), validator, current_epoch)?; let slashes = find_validator_slashes(storage, validator)?;