| 12 | #include <string> |
| 13 | |
| 14 | void initialize_parse_univalue() |
| 15 | { |
| 16 | static const ECCVerifyHandle verify_handle; |
| 17 | SelectParams(CBaseChainParams::REGTEST); |
| 18 | } |
| 19 | |
| 20 | FUZZ_TARGET_INIT(parse_univalue, initialize_parse_univalue) |
| 21 | { |
nothing calls this directly
no test coverage detected