Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update comment of toBuckets_ param #666

Merged
merged 1 commit into from
Mar 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/interfaces/rewards/IRewardsManagerOwnerActions.sol
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ interface IRewardsManagerOwnerActions {
* @dev fromBuckets and toBuckets must be the same array length. Liquidity is moved from the fromBuckets to the toBuckets in the same index.
* @param tokenId_ ID of the staked LP NFT.
* @param fromBuckets_ The list of bucket indexes to move liquidity from.
* @param toBuckets_ The list of bucket indexes to move liquidity from.
* @param toBuckets_ The list of bucket indexes to move liquidity to.
* @param expiry_ Timestamp after which this TX will revert, preventing inclusion in a block with unfavorable price.
*/
function moveStakedLiquidity(
Expand Down