Fix accelerated fee rates

This commit is contained in:
Mononaut
2024-04-08 02:59:40 +00:00
parent 91a8a8be34
commit 5e07e9dceb
3 changed files with 4 additions and 4 deletions

View File

@@ -394,7 +394,7 @@ export interface Acceleration {
blockHash: string;
blockHeight: number;
acceleratedFee?: number;
acceleratedFeeRate?: number;
boost?: number;
}