MCPcopy Create free account
hub / github.com/ElementsProject/elements / initialize_message

Function initialize_message

src/test/fuzz/message.cpp:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17#include <vector>
18
19void initialize_message()
20{
21 static const ECCVerifyHandle ecc_verify_handle;
22 ECC_Start();
23 SelectParams(CBaseChainParams::REGTEST);
24}
25
26FUZZ_TARGET_INIT(message, initialize_message)
27{

Callers

nothing calls this directly

Calls 2

ECC_StartFunction · 0.85
SelectParamsFunction · 0.85

Tested by

no test coverage detected