return more complete cpfp data for mempool transactions

This commit is contained in:
Mononaut
2022-11-27 17:48:25 +09:00
parent d13d3e2493
commit 47f8551429
4 changed files with 18 additions and 12 deletions

View File

@@ -201,6 +201,8 @@ class BitcoinRoutes {
res.json({
ancestors: tx.ancestors,
bestDescendant: tx.bestDescendant || null,
descendants: tx.descendants || null,
effectiveFeePerVsize: tx.effectiveFeePerVsize || null,
});
return;
}