mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2026-04-13 00:22:22 +00:00
wip
This commit is contained in:
parent
b61f4234d8
commit
7e75cc257a
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user