| 18 | #include <string> |
| 19 | |
| 20 | void initialize_block() |
| 21 | { |
| 22 | static const ECCVerifyHandle verify_handle; |
| 23 | SelectParams(CBaseChainParams::REGTEST); |
| 24 | } |
| 25 | |
| 26 | FUZZ_TARGET_INIT(block, initialize_block) |
| 27 | { |
nothing calls this directly
no test coverage detected