Skip to content

Commit

Permalink
minor formatting edit ccxt#682
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Nov 27, 2017
1 parent d58460e commit 328c414
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions js/yobit.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,9 @@ module.exports = class yobit extends liqui {
}

async createDepositAddress (currency, params = {}) {
let response = await this.fetchDepositAddress (currency, this.extend (
{'need_new': 1},
params
));
let response = await this.fetchDepositAddress (currency, this.extend ({
'need_new': 1,
}, params));
return {
'currency': currency,
'address': response['address'],
Expand Down

0 comments on commit 328c414

Please sign in to comment.