Bitcoin Core 28.99.0
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, PeerManager::Options& options);
10} // namespace node
11
12#endif // BITCOIN_NODE_PEERMAN_ARGS_H
Definition: messages.h:20
util::Result< void > ApplyArgsManOptions(const ArgsManager &args, BlockManager::Options &opts)