Add "recently cpfpd" exception to audits

This commit is contained in:
Mononaut
2023-07-16 13:49:33 +09:00
parent b03f2185ce
commit b33ea4679d
8 changed files with 20 additions and 8 deletions

View File

@@ -457,6 +457,7 @@ class MempoolBlocks {
};
if (matched) {
descendants.push(relative);
mempoolTx.lastBoosted = Math.max(mempoolTx.lastBoosted || 0, mempool[txid].firstSeen || 0);
} else {
ancestors.push(relative);
}