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);
Non-refcounted RAII wrapper for FILE*.
The BlockPolicyEstimator is used for estimating the feerate needed for a transaction to be included i...
fs::path FeeestPath(const ArgsManager &argsman)
FUZZ_TARGET_INIT(policy_estimator_io, initialize_policy_estimator_io)
void initialize_policy_estimator_io()
FuzzedAutoFileProvider ConsumeAutoFile(FuzzedDataProvider &fuzzed_data_provider) noexcept