MCPcopy Create free account
hub / github.com/ElementsProject/elements / initialize_rbf

Function initialize_rbf

src/test/fuzz/rbf.cpp:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16#include <vector>
17
18void initialize_rbf(void) {
19 // ELEMENTS: our mempool needs Params() to be set for multiple reasons -- to check
20 // the discount CT rate, to figure out pegin policy, etc
21 SelectParams(CBaseChainParams::LIQUID1);
22}
23
24FUZZ_TARGET_INIT(rbf, initialize_rbf)
25{

Callers

nothing calls this directly

Calls 1

SelectParamsFunction · 0.85

Tested by

no test coverage detected