Skip to content

Commit

Permalink
Update contracts/adapters/AuctionRebalanceExtension.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
pblivin0x authored Jan 4, 2024
1 parent bc4f074 commit 3562bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/adapters/AuctionRebalanceExtension.sol
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ contract AuctionRebalanceExtension is BaseExtension {
* @param _newComponentsAuctionParams AuctionExecutionParams for new components, indexed corresponding to _newComponents.
* @param _oldComponentsAuctionParams AuctionExecutionParams for existing components, indexed corresponding to
* the current component positions. Set to 0 for components being removed.
* @param _shouldLockSetToken Indicates if the rebalance should lock the SetToken. Has to be false in this version
* @param _shouldLockSetToken Indicates if the rebalance should lock the SetToken.
* @param _rebalanceDuration Duration of the rebalance in seconds.
* @param _positionMultiplier Position multiplier at the time target units were calculated.
*/
Expand Down

0 comments on commit 3562bef

Please sign in to comment.