Refactor accelerated audits

This commit is contained in:
Mononaut
2023-06-03 16:54:12 -04:00
parent 20b3ceab1e
commit 083bfdba06
5 changed files with 50 additions and 21 deletions

View File

@@ -342,7 +342,7 @@ class Mempool {
}
try {
const newAccelerations = await accelerationApi.fetchAccelerations$();
const newAccelerations = await accelerationApi.$fetchAccelerations();
const changed: string[] = [];