Skip to content

Commit

Permalink
bitbay withdraw tag and linting ccxt#1313
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Jan 18, 2018
1 parent 08632d2 commit c3770cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/bitbay.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ module.exports = class bitbay extends Exchange {
return false;
}

async withdraw (code, amount, address, params = {}) {
async withdraw (code, amount, address, tag = undefined, params = {}) {
await this.loadMarkets ();
let method = undefined;
let currency = this.currency (code);
Expand Down

0 comments on commit c3770cc

Please sign in to comment.