public static function getUpdateCycles()
 {
     return self::$updateCycles = getRowsByQuery("\n\t\t\tSELECT id,\t`update`\n\t\t\tFROM `update`\n\t\t\tWHERE cryptocurrency = '" . CRYPTOSHORTNAME . "'\n\t\t\tAND finished = 1\n\t\t\tORDER BY `update` DESC\n\t\t");
 }