Skip to content

Commit

Permalink
binance NANO → XRB ccxt#1853
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Feb 13, 2018
1 parent 7e14885 commit 4cb8eb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/binance.js
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,7 @@ module.exports = class binance extends Exchange {
const currencies = {
'YOYO': 'YOYOW',
'BCC': 'BCH',
'NANO': 'XRB',
};
if (currency in currencies)
return currencies[currency];
Expand Down

0 comments on commit 4cb8eb7

Please sign in to comment.