mirror of
https://github.com/mempool/mempool.git
synced 2025-01-18 21:32:55 +01:00
Populate historical fiat prices from latest to oldest
This commit is contained in:
parent
91ec0c8382
commit
b99e5c4160
@ -281,7 +281,7 @@ class PricesRepository {
|
||||
WHERE USD != -1
|
||||
AND -1 IN (EUR, GBP, CAD, CHF, AUD, JPY, BGN, BRL, CNY, CZK, DKK, HKD, HRK, HUF, IDR, ILS, INR, ISK, KRW,
|
||||
MXN, MYR, NOK, NZD, PHP, PLN, RON, RUB, SEK, SGD, THB, TRY, ZAR)
|
||||
ORDER BY time
|
||||
ORDER BY time DESC
|
||||
`);
|
||||
if (!Array.isArray(times)) {
|
||||
return [];
|
||||
|
Loading…
Reference in New Issue
Block a user