This commit is contained in:
owen05
2021-04-28 19:31:20 +08:00
parent 62c61ae4af
commit c00366c24c

View File

@@ -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,