remove redundant fields from CPFP interfaces

This commit is contained in:
Mononaut
2023-01-09 10:25:56 -06:00
parent 01c96f80f9
commit fcd047f302
3 changed files with 9 additions and 20 deletions

View File

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