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