aboutsummaryrefslogtreecommitdiff
path: root/src/random.cpp
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2020-03-17 13:09:52 +0800
committerfanquake <fanquake@gmail.com>2020-03-17 13:09:52 +0800
commitf9f210d8de43b4559fe7c80bb286aeb60de52b54 (patch)
tree926e86479a0f727c086ecaa8c271dec6bc905e3a /src/random.cpp
parenta8897115626ab6509c67511e50e73c0f7c953c6a (diff)
downloadbitcoin-f9f210d8de43b4559fe7c80bb286aeb60de52b54.tar.xz
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 f53427c711..f7f3dd9de3 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>