diff options
author | CryptAxe <cryptaxe@gmail.com> | 2017-02-14 23:00:04 -0800 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-02-16 13:52:38 +0100 |
commit | 00e623d0b8cd1c261a2671aa8ab221a0474bc7c8 (patch) | |
tree | 09484354eb8b5cb3c4ac573189bdd38db4a1b43c /src/test/DoS_tests.cpp | |
parent | a441db01b527431a3d7ba169f1afd9c3bc04748f (diff) |
[Trivial] Update comments referencing main.cpp
Diffstat (limited to 'src/test/DoS_tests.cpp')
-rw-r--r-- | src/test/DoS_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/DoS_tests.cpp b/src/test/DoS_tests.cpp index a8f09ba6ae..c62e6ae838 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); |