aboutsummaryrefslogtreecommitdiff
path: root/src/random.cpp
diff options
context:
space:
mode:
authorfanquake <[email protected]>2020-03-17 13:09:52 +0800
committerfanquake <[email protected]>2020-03-17 13:09:52 +0800
commitf9f210d8de43b4559fe7c80bb286aeb60de52b54 (patch)
tree926e86479a0f727c086ecaa8c271dec6bc905e3a /src/random.cpp
parentrand: remove getentropy() fallback for macOS < 10.12 (diff)
downloaddiscoin-f9f210d8de43b4559fe7c80bb286aeb60de52b54.tar.xz
discoin-f9f210d8de43b4559fe7c80bb286aeb60de52b54.zip
doc: fix GetTimeMicros() comment in random.cpp
Diffstat (limited to 'src/random.cpp')
-rw-r--r--src/random.cpp2
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>