aboutsummaryrefslogtreecommitdiff
path: root/src/net_processing.cpp
diff options
context:
space:
mode:
authorpracticalswift <[email protected]>2018-05-23 14:14:58 +0200
committerpracticalswift <[email protected]>2018-05-23 16:07:37 +0200
commite56771365b446fa7f51a17d67f3fbe560baaa5a5 (patch)
treefc3ccf724e5eef5b2eb4fde3b2b4115601f1af23 /src/net_processing.cpp
parentdocs: Add a note about the source code filename naming convention (diff)
downloaddiscoin-e56771365b446fa7f51a17d67f3fbe560baaa5a5.tar.xz
discoin-e56771365b446fa7f51a17d67f3fbe560baaa5a5.zip
Do not use uppercase characters in source code filenames
Diffstat (limited to 'src/net_processing.cpp')
-rw-r--r--src/net_processing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net_processing.cpp b/src/net_processing.cpp
index ed2fb598d..26d5fb6b6 100644
--- a/src/net_processing.cpp
+++ b/src/net_processing.cpp
@@ -560,7 +560,7 @@ static void FindNextBlocksToDownload(NodeId nodeid, unsigned int count, std::vec
} // namespace
// This function is used for testing the stale tip eviction logic, see
-// DoS_tests.cpp
+// denialofservice_tests.cpp
void UpdateLastBlockAnnounceTime(NodeId node, int64_t time_in_seconds)
{
LOCK(cs_main);