Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HitBTC: allow OnGetDepositHistoryAsync() for all currencies #489

Merged
merged 3 commits into from
Nov 13, 2019

Conversation

vslee
Copy link
Collaborator

@vslee vslee commented Nov 13, 2019

- handles when currency param is null, allowing the return of all currencies w/o filtering
- marked currency param as nullable in preparation for future C# 8 conversion on this file (even though it will throw one additional warning for now)
@vslee vslee merged commit d91d17d into DigitalRuby:master Nov 13, 2019
szmcdull pushed a commit to szmcdull/ExchangeSharp that referenced this pull request Mar 5, 2020
…uby#489)

* HitBTC: allow OnGetDepositHistoryAsync() for all currencies

- handles when currency param is null, allowing the return of all currencies w/o filtering
- marked currency param as nullable in preparation for future C# 8 conversion on this file (even though it will throw one additional warning for now)

* Update ExchangeHitbtcAPI.cs

* Update ExchangeHitbtcAPI.cs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HitBTC OnGetDepositHistoryAsync NOT "returning everything"
2 participants