Skip to content

Commit

Permalink
Update HATAirdrop.sol docstring
Browse files Browse the repository at this point in the history
Co-authored-by: Jelle <jellegerbrandy@gmail.com>
Signed-off-by: benk10 <ben.kaufman10@gmail.com>
  • Loading branch information
ben-kaufman and jellegerbrandy authored Jan 15, 2024
1 parent 6a0b7bf commit 652566f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/tge/HATAirdrop.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 652566f

Please sign in to comment.