mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-06-08 00:16:27 +00:00
Fix typo
This commit is contained in:
parent
2bed3eb47f
commit
889222beb6
@ -26,7 +26,7 @@ namespace CryptoExchange.Net.Authentication
|
|||||||
/// <param name="privateKey">The private key used for signing</param>
|
/// <param name="privateKey">The private key used for signing</param>
|
||||||
public ApiCredentials(SecureString privateKey)
|
public ApiCredentials(SecureString privateKey)
|
||||||
{
|
{
|
||||||
PrivateKey = Key;
|
PrivateKey = privateKey;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user