1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2026-04-13 00:22:22 +00:00
This commit is contained in:
Jkorf 2026-03-19 16:36:08 +01:00
parent b61f4234d8
commit 7e75cc257a

View File

@ -161,14 +161,5 @@ namespace CryptoExchange.Net
return httpHandler;
#endif
}
/// <summary>
/// Validate the provided credentials, throw an exception if invalid
/// </summary>
public static void ValidateCredentials(ApiCredentials? credentials)
{
//if (credentials != null && credentials.CredentialPairs.Length == 0)
// throw new ArgumentException("ApiCredentials configuration invalid");
}
}
}