| 8 | #include <test/fuzz/fuzz.h> |
| 9 | |
| 10 | void initialize_descriptor_parse() |
| 11 | { |
| 12 | static const ECCVerifyHandle verify_handle; |
| 13 | ECC_Start(); |
| 14 | SelectParams(CBaseChainParams::MAIN); |
| 15 | } |
| 16 | |
| 17 | FUZZ_TARGET_INIT(descriptor_parse, initialize_descriptor_parse) |
| 18 | { |
nothing calls this directly
no test coverage detected