Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ initialize_transaction
Function
initialize_transaction
src/test/fuzz/transaction.cpp:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
#include <cassert>
23
24
void initialize_transaction()
25
{
26
SelectParams(CBaseChainParams::REGTEST);
27
}
28
29
FUZZ_TARGET_INIT(transaction, initialize_transaction)
30
{
Callers
nothing calls this directly
Calls
1
SelectParams
Function · 0.85
Tested by
no test coverage detected