Bitcoin ABC 0.30.5
P2P Digital Currency
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 {
9void ApplyArgsManOptions(const ArgsManager &argsman,
10 PeerManager::Options &options);
11} // namespace node
12
13#endif // BITCOIN_NODE_PEERMAN_ARGS_H
Definition: init.h:28
std::optional< bilingual_str > ApplyArgsManOptions(const ArgsManager &args, BlockManager::Options &opts)