Skip to content

Commit

Permalink
Merge pull request ccxt#3943 from ShoresOfNowhere/patch-3
Browse files Browse the repository at this point in the history
the cancelOrder call doesn't have the required parameter fund_id
  • Loading branch information
kroitor authored Oct 4, 2018
2 parents 7db7a91 + c71237f commit 410ecbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/therock.js
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ module.exports = class therock extends Exchange {
await this.loadMarkets ();
return await this.privateDeleteFundsFundIdOrdersId (this.extend ({
'id': id,
'fund_id': this.marketId (symbol),
}, params));
}

Expand Down

0 comments on commit 410ecbc

Please sign in to comment.