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

OKCoinUSD's fetchTrades function returns integer id #434

Closed
hrtshu opened this issue Nov 1, 2017 · 1 comment
Closed

OKCoinUSD's fetchTrades function returns integer id #434

hrtshu opened this issue Nov 1, 2017 · 1 comment
Assignees

Comments

@hrtshu
Copy link

hrtshu commented Nov 1, 2017

I found that fetchTrades function of OKCoinUSD returns integer id.
According to the documentation, this function must return string id.

Python:

'id': trade['tid'],

JavaScript:
'id': trade['tid'],

PHP:
'id' => $trade['tid'],

@kroitor kroitor self-assigned this Nov 1, 2017
@kroitor kroitor closed this as completed in 3539ab3 Nov 1, 2017
@kroitor
Copy link
Member

kroitor commented Nov 1, 2017

This issue was fixed in 1.9.305. Thx!

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

No branches or pull requests

2 participants