Skip to content

Commit 79e65a1

Browse files
committed
lint clean
1 parent 23ba0cc commit 79e65a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/p1/StRSR.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ abstract contract StRSRP1 is Initializable, ComponentP1, IStRSR, EIP712Upgradeab
264264
_burn(account, stakeAmount);
265265

266266
// rsrAmount: how many RSR to move from the stake pool to the draft pool
267-
// pick rsrAmount as big as we can such that (newStakeRSR >= stakeRSR * totalStakes / prevTotalStakes)
267+
// pick rsrAmount so that (newStakeRSR >= stakeRSR * totalStakes / prevTotalStakes)
268268

269269
// {qRSR} = {qRSR} * {qStRSR} / {qStRSR}
270270
uint256 newStakeRSR = prevTotalStakes != 0

0 commit comments

Comments
 (0)