Skip to content

Commit c11f2bf

Browse files
committed
[CurvePB] Fix lint: shorten inline comment exceeding max line length
1 parent c7fef2a commit c11f2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/contracts/automation/CurvePoolBoosterBribesModule.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ contract CurvePoolBoosterBribesModule is AbstractSafeModule {
219219
bridgeFee, // ETH value to cover bridge fee
220220
abi.encodeWithSelector(
221221
ICurvePoolBooster.manageCampaign.selector,
222-
totalRewardAmounts[i], // totalRewardAmount, 0 = no update, type(uint256).max = use all available rewards
222+
totalRewardAmounts[i], // 0 = no update, max = use all
223223
extraDuration[i], // numberOfPeriods, 0 = no update, 1 = +1 period (week)
224224
rewardsPerVote[i], // maxRewardPerVote, 0 = no update
225225
additionalGasLimit

0 commit comments

Comments
 (0)