Update TokenTimelock.sol: Issue #464
Removed deprecated function claim() as per Issue #464.
This commit is contained in:
@ -28,15 +28,6 @@ contract TokenTimelock {
|
||||
releaseTime = _releaseTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* @notice Transfers tokens held by timelock to beneficiary.
|
||||
* Deprecated: please use TokenTimelock#release instead.
|
||||
*/
|
||||
function claim() public {
|
||||
require(msg.sender == beneficiary);
|
||||
release();
|
||||
}
|
||||
|
||||
/**
|
||||
* @notice Transfers tokens held by timelock to beneficiary.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user