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

Commit

Permalink
fix btce cancel, fix #780
Browse files Browse the repository at this point in the history
  • Loading branch information
askmike committed Jul 23, 2017
1 parent d46bc15 commit 70b4e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exchanges/btce.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Trader.prototype.getOrder = function(orderId, callback) {


Trader.prototype.cancelOrder = function(order, callback) {
this.btce.orderList(order, (err, result) => {
this.btce.cancelOrder(order, (err, result) => {
callback();
});
}
Expand Down

0 comments on commit 70b4e93

Please sign in to comment.