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.
1 parent 2efcfa5 commit 2efc438Copy full SHA for 2efc438
src/net_processing.cpp
@@ -50,6 +50,7 @@ struct IteratorComparator
50
};
51
52
struct COrphanTx {
53
+ // When modifying, adapt the copy of this definition in tests/DoS_tests.
54
CTransaction tx;
55
NodeId fromPeer;
56
int64_t nTimeExpire;
src/test/DoS_tests.cpp
@@ -29,6 +29,7 @@ extern unsigned int LimitOrphanTxSize(unsigned int nMaxOrphans);
29
30
31
32
+ int64_t nTimeExpire;
33
34
extern std::map<uint256, COrphanTx> mapOrphanTransactions;
35
extern std::map<uint256, std::set<uint256> > mapOrphanTransactionsByPrev;
0 commit comments