remove redundant fields from CPFP interfaces

This commit is contained in:
Mononaut
2023-01-09 10:25:56 -06:00
parent cb8196a27a
commit 41fdab33eb
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 {