Skip to content

Commit

Permalink
kraken fetchDepositAddress generating too many new addresses fix ccxt…
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Jan 29, 2018
1 parent f2a6a2f commit 1d4529d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/kraken.js
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,6 @@ module.exports = class kraken extends Exchange {
let request = {
'asset': currency['id'],
'method': method,
'new': 'false',
};
let response = await this.privatePostDepositAddresses (this.extend (request, params));
let result = response['result'];
Expand Down

0 comments on commit 1d4529d

Please sign in to comment.