From 889222beb6b51a35b144783675e7cc24e6679327 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Comte?= Date: Thu, 2 Aug 2018 13:33:53 +0200 Subject: [PATCH] Fix typo --- CryptoExchange.Net/Authentication/ApiCredentials.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CryptoExchange.Net/Authentication/ApiCredentials.cs b/CryptoExchange.Net/Authentication/ApiCredentials.cs index 721735f..a34f5af 100644 --- a/CryptoExchange.Net/Authentication/ApiCredentials.cs +++ b/CryptoExchange.Net/Authentication/ApiCredentials.cs @@ -26,7 +26,7 @@ namespace CryptoExchange.Net.Authentication /// The private key used for signing public ApiCredentials(SecureString privateKey) { - PrivateKey = Key; + PrivateKey = privateKey; } ///