Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
void initialize_pow()
20
{
21
SelectParams(CBaseChainParams::MAIN);
22
}
23
24
FUZZ_TARGET_INIT(pow, initialize_pow)
25
{
Callers
nothing calls this directly
Calls
1
SelectParams
Function · 0.85
Tested by
no test coverage detected