Skip to content

Commit

Permalink
Update contracts/GaugeController.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Pierrick Turelier <pierrick@turelier.com>
  • Loading branch information
kamescg and PierrickGT committed May 31, 2022
1 parent b981c01 commit c03ed24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/GaugeController.sol
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ contract GaugeController is IGaugeController {
* @param _gauge Address of existing Gauge
* @param _startTime Unix timestamp to signal START of the Binary search
* @param _endTime Unix timestamp to signal END of the Binary search
* @return uint256 Weighted(Staked * Scaled) Gauage Balance
* @return uint256 Weighted(Staked * Scaled) Gauge Balance
*/
function getScaledAverageGaugeBetween(address _gauge, uint256 _startTime, uint256 _endTime) external override view returns (uint256) {
uint256 gauge = _getAverageGaugeBetween(_gauge, _startTime, _endTime);
Expand Down

0 comments on commit c03ed24

Please sign in to comment.