| 17 | #include <vector> |
| 18 | |
| 19 | void initialize_message() |
| 20 | { |
| 21 | static const ECCVerifyHandle ecc_verify_handle; |
| 22 | ECC_Start(); |
| 23 | SelectParams(CBaseChainParams::REGTEST); |
| 24 | } |
| 25 | |
| 26 | FUZZ_TARGET_INIT(message, initialize_message) |
| 27 | { |
nothing calls this directly
no test coverage detected