Merge pull request #4768 from mempool/nymkappa/provisional-status

[accelerator] add provisional status
This commit is contained in:
wiz
2024-03-16 17:17:54 +09:00
committed by GitHub
5 changed files with 8 additions and 9 deletions

View File

@@ -205,7 +205,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) {