File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1100,9 +1100,9 @@ static MempoolAcceptResult AcceptToMemoryPoolWithTime(const CChainParams& chainp
1100
1100
assert (std::addressof (::ChainstateActive ()) == std::addressof (active_chainstate));
1101
1101
const MempoolAcceptResult result = MemPoolAccept (pool, active_chainstate).AcceptSingleTransaction (tx, args);
1102
1102
if (result.m_result_type != MempoolAcceptResult::ResultType::VALID) {
1103
- // Remove coins that were not present in the coins cache before calling ATMPW;
1104
- // this is to prevent memory DoS in case we receive a large number of
1105
- // invalid transactions that attempt to overrun the in-memory coins cache
1103
+ // Remove coins that were not present in the coins cache before calling
1104
+ // AcceptSingleTransaction(); this is to prevent memory DoS in case we receive a large
1105
+ // number of invalid transactions that attempt to overrun the in-memory coins cache
1106
1106
// (`CCoinsViewCache::cacheCoins`).
1107
1107
1108
1108
for (const COutPoint& hashTx : coins_to_uncache)
You can’t perform that action at this time.
0 commit comments