Bitcoin ABC 0.26.3
P2P Digital Currency
Loading...
Searching...
No Matches
peerman_args.h
Go to the documentation of this file.
1#ifndef BITCOIN_NODE_PEERMAN_ARGS_H
2#define BITCOIN_NODE_PEERMAN_ARGS_H
3
4#include <net_processing.h>
5
6class ArgsManager;
7
8namespace node {
10 PeerManager::Options &options);
11} // namespace node
12
13#endif // BITCOIN_NODE_PEERMAN_ARGS_H
std::optional< bilingual_str > ApplyArgsManOptions(const ArgsManager &argsman, const CChainParams &chainparams, MemPoolOptions &mempool_opts)
Overlay the options set in argsman on top of corresponding members in mempool_opts.
Definition init.h:28
T GetRand(T nMax=std::numeric_limits< T >::max()) noexcept
Generate a uniform random integer of type T in the range [0..nMax) nMax defaults to std::numeric_limi...
Definition random.h:85