Skip to content

Commit

Permalink
binance 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 c0938ea commit 08632d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/binance.js
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ module.exports = class binance extends Exchange {
throw new ExchangeError (this.id + ' fetchDepositAddress failed: ' + this.last_http_response);
}

async withdraw (currency, amount, address, params = {}) {
async withdraw (currency, amount, address, tag = undefined, params = {}) {
let response = await this.wapiPostWithdraw (this.extend ({
'asset': this.currencyId (currency),
'address': address,
Expand Down

0 comments on commit 08632d2

Please sign in to comment.