Skip to content

Commit

Permalink
restored the accidentally removed EMGO → MGO mapping in hitbtc ccxt#1354
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Jan 28, 2018
1 parent b1b5938 commit d33b6c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/hitbtc.js
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ module.exports = class hitbtc extends Exchange {
'DRK': 'DASH',
'CAT': 'BitClave',
'USD': 'USDT',
'EMGO': 'MGO',
};
if (currency in currencies)
return currencies[currency];
Expand Down

0 comments on commit d33b6c3

Please sign in to comment.