21 static const auto testing_setup = MakeNoLogFileContext<>();
22 g_setup = testing_setup.get();
29 AutoFile fuzzed_auto_file{fuzzed_auto_file_provider.open()};
32 if (block_policy_estimator.Read(fuzzed_auto_file)) {
33 block_policy_estimator.Write(fuzzed_auto_file);
fs::path FeeestPath(const ArgsManager &argsman)
void initialize_policy_estimator_io()
Non-refcounted RAII wrapper for FILE*.
FuzzedAutoFileProvider ConsumeAutoFile(FuzzedDataProvider &fuzzed_data_provider) noexcept
The BlockPolicyEstimator is used for estimating the feerate needed for a transaction to be included i...
FUZZ_TARGET_INIT(policy_estimator_io, initialize_policy_estimator_io)