Skip to content

Commit

Permalink
removed obsolete metainfo interface in poloniex.js
Browse files Browse the repository at this point in the history
  • Loading branch information
xpl committed Jan 17, 2018
1 parent 0fbf423 commit b2ab52d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions js/poloniex.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,6 @@ module.exports = class poloniex extends Exchange {
'countries': 'US',
'rateLimit': 1000, // up to 6 calls per second
'hasCORS': true,
// obsolete metainfo interface
'hasFetchMyTrades': true,
'hasFetchOrder': true,
'hasFetchOrders': true,
'hasFetchOpenOrders': true,
'hasFetchClosedOrders': true,
'hasFetchTickers': true,
'hasFetchCurrencies': true,
'hasWithdraw': true,
'hasFetchOHLCV': true,
// new metainfo interface
'has': {
'fetchOHLCV': true,
Expand Down

0 comments on commit b2ab52d

Please sign in to comment.