Skip to content

Commit

Permalink
lykke fetchOHLCV emulated fix #11326
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Jan 14, 2022
1 parent f06132c commit 83ac895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/lykke.js
Expand Up @@ -24,7 +24,7 @@ module.exports = class lykke extends Exchange {
'fetchClosedOrders': true,
'fetchMarkets': true,
'fetchMyTrades': true,
'fetchOHLCV': undefined,
'fetchOHLCV': 'emulated',
'fetchOpenOrders': true,
'fetchOrder': true,
'fetchOrderBook': true,
Expand Down

0 comments on commit 83ac895

Please sign in to comment.