mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-20 04:42:57 +00:00
Changed requestId to int, added it to more logging related to requests. Added some comments
This commit is contained in:
@@ -29,7 +29,7 @@ namespace CryptoExchange.Net.Interfaces
|
||||
/// <summary>
|
||||
/// internal request id for tracing
|
||||
/// </summary>
|
||||
string RequestId { get; }
|
||||
int RequestId { get; }
|
||||
/// <summary>
|
||||
/// Set byte content
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user