Skip to content

Commit

Permalink
add missing reward_tokens param description
Browse files Browse the repository at this point in the history
  • Loading branch information
sotnikov-s committed Mar 29, 2024
1 parent 705de7c commit 2aadccf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/lockdrop-pcl/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,8 @@ pub fn update_pool_on_dual_rewards_claim(
/// * **duration** is a vector of type [`u64`]. Duration of the lockup for which rewards have been claimed / position unlocked.
///
/// * **withdraw_lp_stake** is an object of type [`bool`]. Boolean value indicating if the ASTRO LP Tokens are to be sent to the user or not.
///
/// * **reward_tokens** is vector of [`AssetInfo`]. A list of assets to calculate claimable staking rewards for.
pub fn callback_withdraw_user_rewards_for_lockup_optional_withdraw(
deps: DepsMut,
env: Env,
Expand Down

0 comments on commit 2aadccf

Please sign in to comment.