1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-17 19:33:07 +00:00

Fixed various resharper warning

This commit is contained in:
JKorf
2018-11-30 16:19:01 +01:00
parent 4c6218c8e3
commit 64a66d4206
17 changed files with 91 additions and 97 deletions
@@ -2,8 +2,8 @@
using System.Collections.Generic;
using System.IO;
using CryptoExchange.Net.Authentication;
using CryptoExchange.Net.Interfaces;
using CryptoExchange.Net.Logging;
using CryptoExchange.Net.RateLimiter;
namespace CryptoExchange.Net.Objects
{
@@ -42,7 +42,7 @@ namespace CryptoExchange.Net.Objects
public class ClientOptions: ExchangeOptions
{
/// <summary>
/// List of ratelimiters to use
/// List of rate limiters to use
/// </summary>
public List<IRateLimiter> RateLimiters { get; set; } = new List<IRateLimiter>();