1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-11 16:32:57 +00:00

constructor fixed

This commit is contained in:
Illia Bielkin
2019-02-03 10:58:15 +02:00
parent 5fad5a4d8e
commit 85a0fb2fda
+1 -1
View File
@@ -51,7 +51,7 @@ namespace CryptoExchange.Net.Objects
throw new ArgumentException("Proxy login or password not filled");
Login = login;
Password = Password;
Password = password;
}
}
}