Skip to content

Commit

Permalink
evil clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
dorin-iancu committed Dec 2, 2024
1 parent a415a0b commit aaee2cc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions farm-staking/farm-staking-proxy/src/proxy_actions/stake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,11 @@ pub trait ProxyStakeModule:
};
let new_dual_yield_tokens =
self.create_dual_yield_tokens(&dual_yield_token_mapper, &new_attributes);
let output_payments = StakeProxyResult {

StakeProxyResult {
dual_yield_tokens: new_dual_yield_tokens,
staking_boosted_rewards: staking_farm_enter_result.boosted_rewards,
lp_farm_boosted_rewards,
};

output_payments
}
}
}

0 comments on commit aaee2cc

Please sign in to comment.