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

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