Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kamescg committed Oct 5, 2021
1 parent e046979 commit 3ffb12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/libraries/TwabLib.sol
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ library TwabLib {
}

/** @notice Calculates the average balance held by a user for a given time frame.
* @dev Finds the average balance between start (1609506061) and end (1639311132) timestamp epochs.
* @dev Finds the average balance between start and end timestamp epochs.
Validates the supplied end time is within the range of elapsed time i.e. less then timestamp of now.
* @param _twabs Individual user Observation recorded checkpoints passed as storage pointer
* @param _accountDetails User AccountDetails struct loaded in memory
Expand Down

0 comments on commit 3ffb12d

Please sign in to comment.