Minor edits

This commit is contained in:
Thrilok Kumar 2020-08-21 03:54:16 +05:30
parent 654e0b7f58
commit 321b66a861

View File

@ -139,8 +139,8 @@ contract CurveGauge is CurveGaugeEvent {
* @dev Withdraw LP Token and claim both CRV and Reward token.
* @param gaugePoolName gauge pool name.
* @param amt LP token amount.
* @param getId Get token amount at this ID from `InstaMemory` Contract.
* @param setId Set token amount at this ID in `InstaMemory` Contract.
* @param getId Get LP token amount at this ID from `InstaMemory` Contract.
* @param setId Set LP token amount at this ID in `InstaMemory` Contract.
* @param setIdCrv Set CRV token reward amount at this ID in `InstaMemory` Contract.
* @param setIdReward Set reward amount at this ID in `InstaMemory` Contract.
*/
@ -234,7 +234,6 @@ contract CurveGauge is CurveGaugeEvent {
emitLogClaimedReward(gaugePoolName, balances.crvRewardAmt, balances.rewardAmt, setId, setIdReward);
}
}
contract ConnectCurveGauge is CurveGauge {