diff --git a/CryptoExchange.Net/LibraryHelpers.cs b/CryptoExchange.Net/LibraryHelpers.cs index 92a4e65..a019f14 100644 --- a/CryptoExchange.Net/LibraryHelpers.cs +++ b/CryptoExchange.Net/LibraryHelpers.cs @@ -161,14 +161,5 @@ namespace CryptoExchange.Net return httpHandler; #endif } - - /// - /// Validate the provided credentials, throw an exception if invalid - /// - public static void ValidateCredentials(ApiCredentials? credentials) - { - //if (credentials != null && credentials.CredentialPairs.Length == 0) - // throw new ArgumentException("ApiCredentials configuration invalid"); - } } }