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:
@@ -51,7 +51,7 @@ namespace CryptoExchange.Net.Objects
|
||||
throw new ArgumentException("Proxy login or password not filled");
|
||||
|
||||
Login = login;
|
||||
Password = Password;
|
||||
Password = password;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user