Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <chainparams.h>
#include <clientversion.h>
#include <flatfile.h>
#include <test/fuzz/FuzzedDataProvider.h>
#include <test/fuzz/fuzz.h>
#include <test/fuzz/util.h>
#include <test/util/setup_common.h>
#include <validation.h>
#include <cstdint>
#include <vector>
Go to the source code of this file.
Functions | |
void | initialize_load_external_block_file () |
FUZZ_TARGET (load_external_block_file,.init=initialize_load_external_block_file) | |
FUZZ_TARGET | ( | load_external_block_file | , |
. | init = initialize_load_external_block_file |
||
) |
Definition at line 27 of file load_external_block_file.cpp.
void initialize_load_external_block_file | ( | ) |
Definition at line 21 of file load_external_block_file.cpp.