Bitcoin Core 29.99.0
P2P Digital Currency
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages Concepts
Functions
txgraph.cpp File Reference
#include <txgraph.h>
#include <cluster_linearize.h>
#include <random.h>
#include <util/bitset.h>
#include <util/check.h>
#include <util/feefrac.h>
#include <compare>
#include <memory>
#include <set>
#include <span>
#include <utility>
Include dependency graph for txgraph.cpp:

Go to the source code of this file.

Functions

std::unique_ptr< TxGraphMakeTxGraph (unsigned max_cluster_count) noexcept
 Construct a new TxGraph with the specified limit on transactions within a cluster. More...
 

Function Documentation

◆ MakeTxGraph()

std::unique_ptr< TxGraph > MakeTxGraph ( unsigned  max_cluster_count)
noexcept

Construct a new TxGraph with the specified limit on transactions within a cluster.

That number cannot exceed MAX_CLUSTER_COUNT_LIMIT.

Definition at line 2119 of file txgraph.cpp.

Here is the caller graph for this function: