Skip to content

Commit

Permalink
removed obsolete metainfo interface in coinexchange.js
Browse files Browse the repository at this point in the history
  • Loading branch information
xpl committed Jan 17, 2018
1 parent 0b2fafe commit 9e5ed23
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions js/coinexchange.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,9 @@ module.exports = class coinexchange extends Exchange {
'name': 'CoinExchange',
'countries': [ 'IN', 'JP', 'KR', 'VN', 'US' ],
'rateLimit': 1000,
// obsolete metainfo interface
'hasPrivateAPI': false,
'hasFetchTrades': false,
'hasFetchCurrencies': true,
'hasFetchTickers': true,
// new metainfo interface
'has': {
'privateAPI': false,
'fetchTrades': false,
'fetchCurrencies': true,
'fetchTickers': true,
Expand Down

0 comments on commit 9e5ed23

Please sign in to comment.