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

Function initialize_block

src/test/fuzz/block.cpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18#include <string>
19
20void initialize_block()
21{
22 static const ECCVerifyHandle verify_handle;
23 SelectParams(CBaseChainParams::REGTEST);
24}
25
26FUZZ_TARGET_INIT(block, initialize_block)
27{

Callers

nothing calls this directly

Calls 1

SelectParamsFunction · 0.85

Tested by

no test coverage detected