mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-03 05:12:47 +02:00
fuzz: CheckGlobals in init
This commit is contained in:
@@ -94,6 +94,7 @@ const std::function<std::string()> 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.
|
||||
|
Reference in New Issue
Block a user