remove one unused param
This commit is contained in:
parent
146b9301a0
commit
187098bf51
@ -32,7 +32,6 @@ contract CECDistributor is ReentrancyGuard, Pausable, Ownable, Governable {
|
||||
|
||||
uint256 public start = 0;
|
||||
uint256 public constant TGE_PRECISION = 1000000;
|
||||
uint256 public lockDuration;
|
||||
|
||||
event EventInfoUpdated(address indexed account, ReleaseInfo info);
|
||||
event EventCECClaimed(address indexed user, address indexed to, uint256 amount);
|
||||
|
Loading…
x
Reference in New Issue
Block a user