Merge pull request #4585 from mempool/mononaut/accelerator-dashboard-polish

Accelerator dashboard tweaks
This commit is contained in:
softsimon
2024-01-19 23:27:33 +07:00
committed by GitHub
10 changed files with 27 additions and 23 deletions

View File

@@ -342,7 +342,8 @@ export interface Acceleration {
blockHash: string;
blockHeight: number;
actualFeeDelta?: number;
acceleratedFee?: number;
boost?: number;
}
export interface AccelerationHistoryParams {