1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-06-09 17:06:19 +00:00

constructor fixed

This commit is contained in:
Illia Bielkin 2019-02-03 10:58:15 +02:00
parent 5fad5a4d8e
commit 85a0fb2fda

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;
}
}
}