Fix effective fee rate detection on tx page
This commit is contained in:
@@ -17,6 +17,7 @@ export interface Transaction {
|
||||
feePerVsize?: number;
|
||||
effectiveFeePerVsize?: number;
|
||||
ancestors?: Ancestor[];
|
||||
descendants?: Ancestor[];
|
||||
bestDescendant?: BestDescendant | null;
|
||||
cpfpChecked?: boolean;
|
||||
acceleration?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user