Skip to content

Commit f9f210d

Browse files
committed
doc: fix GetTimeMicros() comment in random.cpp
1 parent a889711 commit f9f210d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/random.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#endif
1616
#include <logging.h> // for LogPrintf()
1717
#include <sync.h> // for Mutex
18-
#include <util/time.h> // for GetTime()
18+
#include <util/time.h> // for GetTimeMicros()
1919

2020
#include <stdlib.h>
2121
#include <thread>

0 commit comments

Comments
 (0)