Skip to content

Commit

Permalink
send rewards to user in claim_boosted_rewards
Browse files Browse the repository at this point in the history
  • Loading branch information
psorinionut committed Sep 20, 2023
1 parent d9fd841 commit 65930ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dex/farm-with-locked-rewards/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ pub trait Farm:
self.send_to_lock_contract_non_zero(
self.reward_token_id().get(),
boosted_rewards,
caller.clone(),
user.clone(),
user.clone(),
)
}
Expand Down

0 comments on commit 65930ce

Please sign in to comment.