mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-06-08 16:36:15 +00:00
Update RateLimiterAPIKey.cs
This commit is contained in:
parent
3b6666031a
commit
d3cb358328
@ -34,7 +34,7 @@ namespace CryptoExchange.Net.RateLimiter
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
public CallResult<double> LimitRequest(RestClient client, string url, RateLimitingBehaviour limitBehaviour)
|
public CallResult<double> LimitRequest(RestClient client, string url, RateLimitingBehaviour limitBehaviour, int credits = 1)
|
||||||
{
|
{
|
||||||
if(client.authProvider?.Credentials?.Key == null)
|
if(client.authProvider?.Credentials?.Key == null)
|
||||||
return new CallResult<double>(0, null);
|
return new CallResult<double>(0, null);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user