aboutsummaryrefslogtreecommitdiff
path: root/src/test/DoS_tests.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2017-02-16 14:01:00 +0100
committerWladimir J. van der Laan <[email protected]>2017-02-16 14:01:14 +0100
commit8743320d6cb31291c0786b33124209b76f6c1904 (patch)
tree9d383afed19f5da6ecd0e90cf64550b86cb4f9d4 /src/test/DoS_tests.cpp
parentMerge #9771: Add missing cs_wallet lock that triggers new lock held assertion (diff)
parent[Trivial] Update comments referencing main.cpp (diff)
downloaddiscoin-8743320d6cb31291c0786b33124209b76f6c1904.tar.xz
discoin-8743320d6cb31291c0786b33124209b76f6c1904.zip
Merge #9763: [Trivial] Update comments referencing main.cpp
00e623d [Trivial] Update comments referencing main.cpp (CryptAxe)
Diffstat (limited to 'src/test/DoS_tests.cpp')
-rw-r--r--src/test/DoS_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/DoS_tests.cpp b/src/test/DoS_tests.cpp
index a8f09ba6a..c62e6ae83 100644
--- a/src/test/DoS_tests.cpp
+++ b/src/test/DoS_tests.cpp
@@ -23,7 +23,7 @@
#include <boost/foreach.hpp>
#include <boost/test/unit_test.hpp>
-// Tests this internal-to-main.cpp method:
+// Tests these internal-to-net_processing.cpp methods:
extern bool AddOrphanTx(const CTransactionRef& tx, NodeId peer);
extern void EraseOrphansFor(NodeId peer);
extern unsigned int LimitOrphanTxSize(unsigned int nMaxOrphans);