From 3ffb12dc73a2f37e68cfa036f626c91e7d0195eb Mon Sep 17 00:00:00 2001 From: Kames Geraghty Date: Tue, 5 Oct 2021 12:33:24 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- contracts/libraries/TwabLib.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/libraries/TwabLib.sol b/contracts/libraries/TwabLib.sol index bd72ced4..bd4bcd0f 100644 --- a/contracts/libraries/TwabLib.sol +++ b/contracts/libraries/TwabLib.sol @@ -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