Refactor accelerated audits
This commit is contained in:
@@ -342,7 +342,7 @@ class Mempool {
|
||||
}
|
||||
|
||||
try {
|
||||
const newAccelerations = await accelerationApi.fetchAccelerations$();
|
||||
const newAccelerations = await accelerationApi.$fetchAccelerations();
|
||||
|
||||
const changed: string[] = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user