mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-08 13:49:35 +02:00
fuzz: Add missing SeedRandomStateForTest(SeedRand::ZEROS)
This commit is contained in:
@@ -26,6 +26,7 @@ FUZZ_TARGET(utxo_total_supply)
|
||||
.extra_args = {"-testactivationheight=bip34@2"},
|
||||
},
|
||||
};
|
||||
SeedRandomStateForTest(SeedRand::ZEROS); // Can not be done before test_setup
|
||||
// Create chainstate
|
||||
test_setup.LoadVerifyActivateChainstate();
|
||||
auto& node{test_setup.m_node};
|
||||
|
||||
Reference in New Issue
Block a user