We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9851a84 + 819ca3f commit 8601784Copy full SHA for 8601784
src/test/DoS_tests.cpp
@@ -32,7 +32,6 @@ struct COrphanTx {
32
int64_t nTimeExpire;
33
};
34
extern std::map<uint256, COrphanTx> mapOrphanTransactions;
35
-extern std::map<uint256, std::set<uint256> > mapOrphanTransactionsByPrev;
36
37
CService ip(uint32_t i)
38
{
@@ -203,7 +202,6 @@ BOOST_AUTO_TEST_CASE(DoS_mapOrphans)
203
202
BOOST_CHECK(mapOrphanTransactions.size() <= 10);
204
LimitOrphanTxSize(0);
205
BOOST_CHECK(mapOrphanTransactions.empty());
206
- BOOST_CHECK(mapOrphanTransactionsByPrev.empty());
207
}
208
209
BOOST_AUTO_TEST_SUITE_END()
0 commit comments