Fix accelerated fee rate again

This commit is contained in:
Mononaut
2024-04-14 03:21:24 +00:00
parent 1082889b64
commit f3864c9100
4 changed files with 4 additions and 4 deletions

View File

@@ -396,7 +396,7 @@ export interface Acceleration {
acceleratedFeeRate?: number;
boost?: number;
bidBoost?: number;
boostCost?: number;
boostRate?: number;
}