Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
rbf.cpp File Reference
#include <node/mempool_args.h>
#include <policy/rbf.h>
#include <primitives/transaction.h>
#include <sync.h>
#include <test/fuzz/FuzzedDataProvider.h>
#include <test/fuzz/fuzz.h>
#include <test/fuzz/util.h>
#include <test/fuzz/util/mempool.h>
#include <test/util/setup_common.h>
#include <test/util/txmempool.h>
#include <txmempool.h>
#include <util/check.h>
#include <util/translation.h>
#include <cstdint>
#include <optional>
#include <string>
#include <vector>
Include dependency graph for rbf.cpp:

Go to the source code of this file.

Functions

void initialize_rbf ()
void initialize_package_rbf ()
 FUZZ_TARGET (rbf,.init=initialize_rbf)
 FUZZ_TARGET (package_rbf,.init=initialize_package_rbf)

Variables

const int NUM_ITERS = 10000
std::vector< COutPointg_outpoints

Function Documentation

◆ FUZZ_TARGET() [1/2]

FUZZ_TARGET ( package_rbf ,
. init = initialize_package_rbf )

Definition at line 94 of file rbf.cpp.

Here is the call graph for this function:

◆ FUZZ_TARGET() [2/2]

FUZZ_TARGET ( rbf ,
. init = initialize_rbf )

Definition at line 52 of file rbf.cpp.

Here is the call graph for this function:

◆ initialize_package_rbf()

void initialize_package_rbf ( )

Definition at line 38 of file rbf.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ initialize_rbf()

void initialize_rbf ( )

Definition at line 32 of file rbf.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ g_outpoints

std::vector<COutPoint> g_outpoints

Definition at line 30 of file rbf.cpp.

◆ NUM_ITERS

const int NUM_ITERS = 10000

Definition at line 28 of file rbf.cpp.