Commit 691f9b2f by Francisco Giordano

add missing mock

parent 3fa6c2ea
pragma solidity ^0.6.0;
import '../token/ERC20/TokenTimelock.sol';
contract TokenTimelockMock is TokenTimelock {
constructor (IERC20 token, address beneficiary, uint256 releaseTime) TokenTimelock(token, beneficiary, releaseTime) public {
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment