MCPcopy 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
24void initialize_transaction()
25{
26 SelectParams(CBaseChainParams::REGTEST);
27}
28
29FUZZ_TARGET_INIT(transaction, initialize_transaction)
30{

Callers

nothing calls this directly

Calls 1

SelectParamsFunction · 0.85

Tested by

no test coverage detected