diff options
| author | practicalswift <[email protected]> | 2018-05-23 14:14:58 +0200 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2018-05-23 16:07:37 +0200 |
| commit | e56771365b446fa7f51a17d67f3fbe560baaa5a5 (patch) | |
| tree | fc3ccf724e5eef5b2eb4fde3b2b4115601f1af23 /src/net_processing.cpp | |
| parent | docs: Add a note about the source code filename naming convention (diff) | |
| download | discoin-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.cpp | 2 |
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); |