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

Function initialize_pow

src/test/fuzz/pow.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17#include <vector>
18
19void initialize_pow()
20{
21 SelectParams(CBaseChainParams::MAIN);
22}
23
24FUZZ_TARGET_INIT(pow, initialize_pow)
25{

Callers

nothing calls this directly

Calls 1

SelectParamsFunction · 0.85

Tested by

no test coverage detected