1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-14 18:02:58 +00:00

Changed default ShouldCheckObjects to false

This commit is contained in:
JKorf
2020-10-06 16:52:12 +02:00
parent 0496f03b74
commit f0e020d2eb
2 changed files with 146 additions and 1 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ namespace CryptoExchange.Net.Objects
/// <summary>
/// Should check objects for missing properties based on the model and the received JSON
/// </summary>
public bool ShouldCheckObjects { get; set; } = true;
public bool ShouldCheckObjects { get; set; } = false;
/// <summary>
/// Proxy to use