Bitcoin Core  27.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 
6 class ArgsManager;
7 
8 namespace node {
9 void ApplyArgsManOptions(const ArgsManager& argsman, PeerManager::Options& options);
10 } // namespace node
11 
12 #endif // BITCOIN_NODE_PEERMAN_ARGS_H
Definition: init.h:25
util::Result< void > ApplyArgsManOptions(const ArgsManager &args, BlockManager::Options &opts)