diff --git a/src/test/fuzz/fuzz.cpp b/src/test/fuzz/fuzz.cpp index 96ff3b55fac..d4d82a623b4 100644 --- a/src/test/fuzz/fuzz.cpp +++ b/src/test/fuzz/fuzz.cpp @@ -94,6 +94,7 @@ const std::function G_TEST_GET_FULL_NAME{[]{ static void initialize() { + CheckGlobals check{}; // By default, make the RNG deterministic with a fixed seed. This will affect all // randomness during the fuzz test, except: // - GetStrongRandBytes(), which is used for the creation of private key material.