diff options
author | MarcoFalke <falke.marco@gmail.com> | 2018-06-12 08:02:14 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2018-06-12 08:02:20 -0400 |
commit | b22115d9a3b0ab5ce35efbfee95d87cb44b3df54 (patch) | |
tree | f16cddd80b2c46c1f5d2f66660a38596b61b2939 /src/net_processing.cpp | |
parent | 7c32b414b6325743c99fed1208bc53ab0fa1996f (diff) | |
parent | e56771365b446fa7f51a17d67f3fbe560baaa5a5 (diff) |
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.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net_processing.cpp b/src/net_processing.cpp index fc05dd2ad2..de456e87f4 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); |