remove owner ratio from cp

This commit is contained in:
mingda
2020-12-18 16:19:33 +08:00
parent 5a96f08c93
commit 101261803f
3 changed files with 10 additions and 27 deletions

View File

@@ -70,7 +70,7 @@ contract CP is CPVesting {
4. cliff rate
*/
require(valueList.length == 4, "LIST_LENGTH_WRONG");
require(valueList.length == 5, "LIST_LENGTH_WRONG");
_POOL_QUOTE_CAP_ = valueList[0];
_OWNER_QUOTE_RATIO_ = valueList[1];