![]() |
Bitcoin Core 29.99.0
P2P Digital Currency
|
#include <txgraph.h>
#include <cluster_linearize.h>
#include <test/fuzz/fuzz.h>
#include <test/fuzz/FuzzedDataProvider.h>
#include <test/util/random.h>
#include <util/bitset.h>
#include <util/feefrac.h>
#include <algorithm>
#include <map>
#include <memory>
#include <set>
#include <stdint.h>
#include <utility>
Go to the source code of this file.
Functions | |
FUZZ_TARGET (txgraph) | |
FUZZ_TARGET | ( | txgraph | ) |
Internal test RNG, used only for decisions which would require significant amount of data to be read from the provider, without realistically impacting test sensitivity.
Variable used whenever an empty TxGraph::Ref is needed.
Function to pick any Ref (for either sim in sims: from sim.simmap or sim.removed, or the empty Ref).
The number of possible choices.
Pick one of them.
Definition at line 219 of file txgraph.cpp.