We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a7a16 commit 1363b6cCopy full SHA for 1363b6c
src/util/time.h
@@ -43,7 +43,12 @@ int64_t GetTimeMicros();
43
/** Returns the system time (not mockable) */
44
int64_t GetSystemTimeInSeconds(); // Like GetTime(), but not mockable
45
46
-/** For testing. Set e.g. with the setmocktime rpc, or -mocktime argument */
+/**
47
+ * DEPRECATED
48
+ * Use SetMockTime with chrono type
49
+ *
50
+ * @param[in] nMockTimeIn Time in seconds.
51
+ */
52
void SetMockTime(int64_t nMockTimeIn);
53
54
/** For testing. Set e.g. with the setmocktime rpc, or -mocktime argument */
0 commit comments