diff options
Diffstat (limited to 'src/util/time.h')
-rw-r--r-- | src/util/time.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/time.h b/src/util/time.h index c4f930781a..56131ce0fe 100644 --- a/src/util/time.h +++ b/src/util/time.h @@ -79,4 +79,7 @@ struct timeval MillisToTimeval(int64_t nTimeout); */ struct timeval MillisToTimeval(std::chrono::milliseconds ms); +/** Sanity check epoch match normal Unix epoch */ +bool ChronoSanityCheck(); + #endif // BITCOIN_UTIL_TIME_H |