diff options
| author | fanquake <[email protected]> | 2020-03-17 13:09:52 +0800 |
|---|---|---|
| committer | fanquake <[email protected]> | 2020-03-17 13:09:52 +0800 |
| commit | f9f210d8de43b4559fe7c80bb286aeb60de52b54 (patch) | |
| tree | 926e86479a0f727c086ecaa8c271dec6bc905e3a /src/random.cpp | |
| parent | rand: remove getentropy() fallback for macOS < 10.12 (diff) | |
| download | discoin-f9f210d8de43b4559fe7c80bb286aeb60de52b54.tar.xz discoin-f9f210d8de43b4559fe7c80bb286aeb60de52b54.zip | |
doc: fix GetTimeMicros() comment in random.cpp
Diffstat (limited to 'src/random.cpp')
| -rw-r--r-- | src/random.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/random.cpp b/src/random.cpp index f53427c71..f7f3dd9de 100644 --- a/src/random.cpp +++ b/src/random.cpp @@ -15,7 +15,7 @@ #endif #include <logging.h> // for LogPrintf() #include <sync.h> // for Mutex -#include <util/time.h> // for GetTime() +#include <util/time.h> // for GetTimeMicros() #include <stdlib.h> #include <thread> |