MCPcopy 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
25void initialize_transaction()
26{
27 SelectParams(ChainType::REGTEST);
28}
29
30FUZZ_TARGET(transaction, .init = initialize_transaction)
31{

Callers

nothing calls this directly

Calls 1

SelectParamsFunction · 0.85

Tested by

no test coverage detected