MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / initialize_pow

Function initialize_pow

src/test/fuzz/pow.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19#include <vector>
20
21void initialize_pow()
22{
23 SelectParams(ChainType::MAIN);
24}
25
26FUZZ_TARGET(pow, .init = initialize_pow)
27{

Callers

nothing calls this directly

Calls 1

SelectParamsFunction · 0.85

Tested by

no test coverage detected