Skip to content

Commit

Permalink
Update comment of toBuckets_ param in IRewardsManagerOwnerActions.mov…
Browse files Browse the repository at this point in the history
…eStakedLiquidity function (#666)
  • Loading branch information
grandizzy authored Mar 6, 2023
1 parent 65bcd8e commit a867558
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit a867558

Please sign in to comment.