fix cp
This commit is contained in:
@@ -23,9 +23,7 @@ import {SafeMath} from "../../lib/SafeMath.sol";
|
|||||||
contract CP is CPVesting {
|
contract CP is CPVesting {
|
||||||
using SafeMath for uint256;
|
using SafeMath for uint256;
|
||||||
|
|
||||||
receive() external payable {
|
receive() external payable {}
|
||||||
require(_INITIALIZED_ == false, "WE_NOT_SAVE_ETH_AFTER_INIT");
|
|
||||||
}
|
|
||||||
|
|
||||||
function init(
|
function init(
|
||||||
address[] calldata addressList,
|
address[] calldata addressList,
|
||||||
|
|||||||
Reference in New Issue
Block a user