Fix effective fee rates for non-cpfp dependents
This commit is contained in:
@@ -24,6 +24,7 @@ export interface CpfpInfo {
|
||||
ancestors: Ancestor[];
|
||||
descendants?: Ancestor[];
|
||||
bestDescendant?: BestDescendant | null;
|
||||
effectiveFeePerVsize?: number;
|
||||
}
|
||||
|
||||
export interface RbfInfo {
|
||||
|
||||
Reference in New Issue
Block a user