mirror of
https://github.com/mempool/mempool.git
synced 2025-03-03 17:47:01 +01:00
Fix incorrect state naming
This commit is contained in:
parent
3d1a10cdfc
commit
2570dbfab4
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ class Server {
|
||||||
|
|
||||||
async $resetHashratesIndexingState() {
|
async $resetHashratesIndexingState() {
|
||||||
await HashratesRepository.$setLatestRunTimestamp('last_hashrates_indexing', 0);
|
await HashratesRepository.$setLatestRunTimestamp('last_hashrates_indexing', 0);
|
||||||
await HashratesRepository.$setLatestRunTimestamp('last_week_hashrates_indexing', 0);
|
await HashratesRepository.$setLatestRunTimestamp('last_weekly_hashrates_indexing', 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
async $runIndexingWhenReady() {
|
async $runIndexingWhenReady() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue