Do not use uppercase characters in source code filenames

This commit is contained in:
practicalswift
2018-05-23 14:14:58 +02:00
parent 419a1983ca
commit e56771365b
6 changed files with 6 additions and 6 deletions

View File

@@ -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);