[TokenVesting] Use SafeMath
This commit is contained in:
@ -47,7 +47,7 @@ contract TokenVesting is Ownable {
|
|||||||
beneficiary = _beneficiary;
|
beneficiary = _beneficiary;
|
||||||
revocable = _revocable;
|
revocable = _revocable;
|
||||||
duration = _duration;
|
duration = _duration;
|
||||||
cliff = _start + _cliff;
|
cliff = _start.add(_cliff);
|
||||||
start = _start;
|
start = _start;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user