aboutsummaryrefslogtreecommitdiff
path: root/src/net_processing.cpp
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2018-06-12 08:02:14 -0400
committerMarcoFalke <[email protected]>2018-06-12 08:02:20 -0400
commitb22115d9a3b0ab5ce35efbfee95d87cb44b3df54 (patch)
treef16cddd80b2c46c1f5d2f66660a38596b61b2939 /src/net_processing.cpp
parentMerge #13230: Simplify include analysis by enforcing the developer guide's in... (diff)
parentDo not use uppercase characters in source code filenames (diff)
downloaddiscoin-b22115d9a3b0ab5ce35efbfee95d87cb44b3df54.tar.xz
discoin-b22115d9a3b0ab5ce35efbfee95d87cb44b3df54.zip
Merge #13312: docs: Add a note about the source code filename naming convention
e56771365b Do not use uppercase characters in source code filenames (practicalswift) 419a1983ca docs: Add a note about the source code filename naming convention (practicalswift) Pull request description: Add a note about the source code filename naming convention. Tree-SHA512: 8d329bd9e19bcd26e74b0862fb0bc2369b46095dbd3e69d34859908632763abd7c3d00ccc44ee059772ad4bae4460c2bcc1c0e22fd9d8876d57e5fcd346cea4b
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 fc05dd2ad..de456e87f 100644
--- a/src/net_processing.cpp
+++ b/src/net_processing.cpp
@@ -561,7 +561,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);