Fix effective fee rates for non-cpfp dependents

This commit is contained in:
Mononaut
2023-05-18 13:35:02 -04:00
parent 126a75ed45
commit 70fa78b987
5 changed files with 19 additions and 12 deletions

View File

@@ -24,6 +24,7 @@ export interface CpfpInfo {
ancestors: Ancestor[];
descendants?: Ancestor[];
bestDescendant?: BestDescendant | null;
effectiveFeePerVsize?: number;
}
export interface RbfInfo {