Merge pull request #4768 from mempool/nymkappa/provisional-status
[accelerator] add provisional status
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user