mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-06-09 17:06:19 +00:00
constructor fixed
This commit is contained in:
parent
5fad5a4d8e
commit
85a0fb2fda
@ -51,7 +51,7 @@ namespace CryptoExchange.Net.Objects
|
||||
throw new ArgumentException("Proxy login or password not filled");
|
||||
|
||||
Login = login;
|
||||
Password = Password;
|
||||
Password = password;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user