mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-08 13:49:35 +02:00
test: Fixup docs for NodeClockContext and SteadyClockContext
This commit is contained in:
@@ -42,8 +42,10 @@ struct CheckGlobalsImpl {
|
||||
std::cerr << "\n\n"
|
||||
"The current fuzz target accessed system time.\n\n"
|
||||
|
||||
"This is acceptable, but requires the fuzz target to call \n"
|
||||
"SetMockTime() at the beginning of processing the fuzz input.\n\n"
|
||||
"This is acceptable, but requires the fuzz target to use \n"
|
||||
"a NodeClockContext, SteadyClockContext or call \n"
|
||||
"SetMockTime() at the \n" "beginning of processing the \n"
|
||||
"fuzz input.\n\n"
|
||||
|
||||
"Without setting mock time, time-dependent behavior can lead \n"
|
||||
"to non-reproducible bugs or inefficient fuzzing.\n\n"
|
||||
|
||||
Reference in New Issue
Block a user