From 652566fa1bedf1ed5f3504cfb8c2e47e39a5a6e9 Mon Sep 17 00:00:00 2001 From: benk10 Date: Mon, 15 Jan 2024 07:28:28 -0300 Subject: [PATCH] Update HATAirdrop.sol docstring Co-authored-by: Jelle Signed-off-by: benk10 --- contracts/tge/HATAirdrop.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/tge/HATAirdrop.sol b/contracts/tge/HATAirdrop.sol index a57a1ff4..945e8318 100644 --- a/contracts/tge/HATAirdrop.sol +++ b/contracts/tge/HATAirdrop.sol @@ -45,7 +45,7 @@ contract HATAirdrop is IHATAirdrop, Initializable { * @param _root new merkle tree root to use for verifying airdrop data. * @param _startTime start of the redeem period and of the token lock (if exists) * @param _deadline end time to redeem from the contract - * @param _lockEndTime end time for the token lock contract (if exists) + * @param _lockEndTime end time for the token lock contract. If this date is in the past, the tokens will be transferred directly to the user and no token lock will be created * @param _periods number of periods of the token lock contract (if exists) * @param _token the token to be airdropped * @param _tokenLockFactory the token lock factory to use to deploy the token locks