Fix negative accelerated fee rate, simplify fee rate table

This commit is contained in:
Mononaut
2023-12-06 14:50:26 +00:00
parent 51a28b2e01
commit 51102004bb
3 changed files with 12 additions and 17 deletions

View File

@@ -317,6 +317,8 @@ export interface Acceleration {
feeDelta: number;
blockHash: string;
blockHeight: number;
actualFeeDelta?: number;
}
export interface AccelerationHistoryParams {