21 static const auto testing_setup = MakeNoLogFileContext<>();
22 g_setup = testing_setup.get();
29 AutoFile fuzzed_auto_file{fuzzed_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)
static constexpr bool DEFAULT_ACCEPT_STALE_FEE_ESTIMATES
FUZZ_TARGET(policy_estimator_io,.init=initialize_policy_estimator_io)
void initialize_policy_estimator_io()