mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-06-07 16:06:15 +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>
|
||||
public ApiCredentials(SecureString privateKey)
|
||||
{
|
||||
PrivateKey = Key;
|
||||
PrivateKey = privateKey;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
x
Reference in New Issue
Block a user