diff --git a/src/vrgda/types/LinearExponentialVRGDA.sol b/src/vrgda/types/LinearExponentialVRGDA.sol index e16cc75..5426dd8 100644 --- a/src/vrgda/types/LinearExponentialVRGDA.sol +++ b/src/vrgda/types/LinearExponentialVRGDA.sol @@ -5,7 +5,6 @@ import { UFixed18 } from "../../number/types/UFixed18.sol"; import { VRGDADecayMath } from "../VRGDADecayMath.sol"; import { VRGDAIssuanceMath } from "../VRGDAIssuanceMath.sol"; -// TODO: change time to year for bounds? struct LinearExponentialVRGDA { UFixed18 timestamp; // block timestamp of the start of the auction (seconds) UFixed18 price; // Price coefficient of the VRGDA per token (k)