From 3cf9333f50a0146320e91613c38360c873f3cb97 Mon Sep 17 00:00:00 2001 From: Marco van Dijk Date: Sat, 25 Jun 2022 16:37:52 +0200 Subject: [PATCH] remove deprectaed fields and added debug msg --- backend/src/routes/livepeer.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backend/src/routes/livepeer.js b/backend/src/routes/livepeer.js index b2bfeb0..e226ba8 100644 --- a/backend/src/routes/livepeer.js +++ b/backend/src/routes/livepeer.js @@ -2556,8 +2556,6 @@ const parseOrchestrator = async function (reqAddr) { } rewardCut feeShare - pendingFeeShare - pendingRewardCut totalStake totalVolumeETH totalVolumeUSD @@ -2601,6 +2599,7 @@ const parseOrchestrator = async function (reqAddr) { } return orchestratorObj; } catch (err) { + console.log(err); if (wasCached) { console.log("Thegraph is probably acting up. Returning cached value..."); for (var idx = 0; idx < orchestratorCache.length; idx++) {