mirror of
https://github.com/mempool/mempool.git
synced 2025-01-17 18:52:34 +01:00
Adding missing return after expressjs response.
This commit is contained in:
parent
d3c53c7406
commit
6f1cdd0c8b
@ -111,6 +111,7 @@ class Routes {
|
||||
ancestors: tx.ancestors,
|
||||
bestDescendant: tx.bestDescendant || null,
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
const cpfpInfo = Common.setRelativesAndGetCpfpInfo(tx, mempool.getMempool());
|
||||
|
Loading…
Reference in New Issue
Block a user