Merge pull request #5328 from mempool/nymkappa/accel-dashboard-update

[accelerator] also show completed_provisional in accel dashboard
This commit is contained in:
wiz
2024-07-13 16:03:16 +09:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -411,7 +411,7 @@ export interface Acceleration {
}
export interface AccelerationHistoryParams {
status?: string;
status?: string; // Single status or comma separated list of status
timeframe?: string;
poolUniqueId?: number;
blockHash?: string;