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

@@ -83,7 +83,6 @@ class TransactionRepository {
return {
descendants,
ancestors,
effectiveFeePerVsize: cpfp.fee_rate
};
}
}