Merge branch 'master' into mononaut/accelerator-audit-pools

This commit is contained in:
wiz
2024-03-16 17:19:56 +09:00
committed by GitHub
31 changed files with 996 additions and 101 deletions

View File

@@ -244,7 +244,7 @@ class AccelerationRepository {
break;
}
for (const acc of accelerations) {
if (acc.status !== 'mined' && acc.status !== 'completed') {
if (acc.status !== 'completed_provisional' && acc.status !== 'completed') {
continue;
}
if (!lastSyncedHeight || acc.blockHeight > lastSyncedHeight) {