Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Bitstamp - typo in exchanges/bitstamp.js #198

Closed
djmuk opened this issue Feb 5, 2014 · 1 comment
Closed

Bitstamp - typo in exchanges/bitstamp.js #198

djmuk opened this issue Feb 5, 2014 · 1 comment

Comments

@djmuk
Copy link
Contributor

djmuk commented Feb 5, 2014

this.bitstamp.cancel_orders(order, _.bind(cancel, this));

should be

this.bitstamp.cancel_order(order, _.bind(cancel, this));

(no s)

askmike added a commit that referenced this issue Feb 9, 2014
@askmike
Copy link
Owner

askmike commented Feb 9, 2014

nice one, thanks!

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

No branches or pull requests

2 participants