mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2025-07-05 02:35:09 +02:00
Fix accidentaly disabled CMC
This commit is contained in:
parent
a8f67f7e88
commit
3c31a2daa3
@ -394,7 +394,6 @@ if (!isEventSyncing && !CONF_SIMPLE_MODE && !CONF_DISABLE_SYNC) {
|
||||
|
||||
// Splits of raw CMC object into coin quote data
|
||||
const parseCmc = async function () {
|
||||
return;
|
||||
try {
|
||||
cmcCache = await cmcClient.getTickers({ limit: 200 });
|
||||
for (var idx = 0; idx < cmcCache.data.length; idx++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user