Skip to content

Commit

Permalink
CryptoExchange.Net ratelimit update (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf authored Apr 17, 2024
1 parent 98a13ec commit 1726f78
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 38 deletions.
1 change: 0 additions & 1 deletion CoinGecko.Net.UnitTests/JsonTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ public class JsonTests
{
x.ApiCredentials = new CryptoExchange.Net.Authentication.ApiCredentials("123", "123");
x.ApiOptions.OutputOriginalData = true;
x.ApiOptions.RateLimiters = new List<IRateLimiter>();
},
System.Net.HttpStatusCode.OK));

Expand Down
Loading

0 comments on commit 1726f78

Please sign in to comment.