1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-15 10:22:57 +00:00

Rename RatelimiterEnabled option to RateLimiterEnabled

This commit is contained in:
JKorf
2024-04-17 13:37:45 +02:00
parent 1b1961db00
commit d5c4b1bd01
6 changed files with 100 additions and 56 deletions
@@ -67,7 +67,7 @@ namespace CryptoExchange.Net.Objects.Options
Proxy = Proxy,
RequestTimeout = RequestTimeout,
RateLimitingBehaviour = RateLimitingBehaviour,
RatelimiterEnabled = RatelimiterEnabled,
RateLimiterEnabled = RateLimiterEnabled,
};
}
}