![]() |
Bitcoin Core 29.99.0
P2P Digital Currency
|
#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>
Go to the source code of this file.
Functions | |
std::unique_ptr< TxGraph > | MakeTxGraph (unsigned max_cluster_count) noexcept |
Construct a new TxGraph with the specified limit on transactions within a cluster. More... | |
|
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.