Fix effective fee rate detection on tx page

This commit is contained in:
Mononaut
2024-07-30 11:49:52 +00:00
parent fb335f62db
commit 5870782abf
2 changed files with 5 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ export interface Transaction {
feePerVsize?: number;
effectiveFeePerVsize?: number;
ancestors?: Ancestor[];
descendants?: Ancestor[];
bestDescendant?: BestDescendant | null;
cpfpChecked?: boolean;
acceleration?: boolean;