mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-12 00:43:03 +00:00
adjusted some resharper things
This commit is contained in:
@@ -17,7 +17,7 @@ namespace CryptoExchange.Net.Authentication
|
||||
protected string ByteToString(byte[] buff)
|
||||
{
|
||||
var sbinary = "";
|
||||
foreach (byte t in buff)
|
||||
foreach (var t in buff)
|
||||
sbinary += t.ToString("X2"); /* hex format */
|
||||
return sbinary;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user