Merge branch 'master' into nymkappa/bugfix/price-update-invalid-response

This commit is contained in:
softsimon
2023-02-18 16:59:11 +07:00
committed by GitHub
237 changed files with 42695 additions and 18621 deletions

View File

@@ -98,7 +98,7 @@ class KrakenApi implements PriceFeed {
}
if (Object.keys(priceHistory).length > 0) {
logger.notice(`Inserted ${Object.keys(priceHistory).length} Kraken EUR, USD, GBP, JPY, CAD, CHF and AUD weekly price history into db`);
logger.notice(`Inserted ${Object.keys(priceHistory).length} Kraken EUR, USD, GBP, JPY, CAD, CHF and AUD weekly price history into db`, logger.tags.mining);
}
}
}