Open gabriel-canaan opened 6 years ago
rootcore/blob/master/contracts/CrowdsaleController.sol Line 114 assert(safeAdd(msg.value, safeMul(token.balanceOf(msg.sender), TOKEN_PRICE_N) / TOKEN_PRICE_D) <= MAX_CONTRIBUTION || whiteList[msg.sender]==true);
the double equals == needs to have a space after it
rootcore/blob/master/contracts/CrowdsaleController.sol Line 114 assert(safeAdd(msg.value, safeMul(token.balanceOf(msg.sender), TOKEN_PRICE_N) / TOKEN_PRICE_D) <= MAX_CONTRIBUTION || whiteList[msg.sender]==true);