cp add settle fund
This commit is contained in:
@@ -85,7 +85,7 @@ interface IDODOV2 {
|
||||
|
||||
//========== CrowdPooling ===========
|
||||
|
||||
function createCrowdPooling() external returns (address newCrowdPooling);
|
||||
function createCrowdPooling() external returns (address payable newCrowdPooling);
|
||||
|
||||
function initCrowdPooling(
|
||||
address cpAddress,
|
||||
|
||||
@@ -100,7 +100,7 @@ interface IDODOV2Proxy01 is IDODOV1Proxy01 {
|
||||
uint256[] memory timeLine,
|
||||
uint256[] memory valueList,
|
||||
uint256 deadLine
|
||||
) external returns (address newCrowdPooling);
|
||||
) external payable returns (address payable newCrowdPooling);
|
||||
|
||||
function bid(
|
||||
address assetTo,
|
||||
|
||||
Reference in New Issue
Block a user