Skip to content

Commit

Permalink
cryptopia fetchDepositAddress handle empty strings minor edit fix ccx…
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Dec 12, 2018
1 parent 36ed311 commit 5fb27cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/cryptopia.js
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,7 @@ module.exports = class cryptopia extends Exchange {
let tag = this.safeString (response['Data'], 'Address');
if ((address === undefined) || (address.length < 1)) {
address = tag;
tag = undefined;
}
this.checkAddress (address);
return {
Expand Down

0 comments on commit 5fb27cf

Please sign in to comment.