Skip to content

Commit

Permalink
Update TokenUnlock.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik committed Nov 5, 2024
1 parent 257eb28 commit 1a22b88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ contract TokenUnlock is EssentialContract {
)
external
nonZeroAddr(_recipient)
nonZeroValue(uint256(_tgeTimestamp))
nonZeroValue(_tgeTimestamp)
initializer
{
if (_owner == _recipient) revert INVALID_PARAM();
Expand Down

0 comments on commit 1a22b88

Please sign in to comment.