Bitcoin Core  31.0.0
P2P Digital Currency
peerman_args.h
Go to the documentation of this file.
1 // Copyright (c) 2023-present The Bitcoin Core developers
2 // Distributed under the MIT software license, see the accompanying
3 // file COPYING or https://opensource.org/license/mit.
4 
5 #ifndef BITCOIN_NODE_PEERMAN_ARGS_H
6 #define BITCOIN_NODE_PEERMAN_ARGS_H
7 
8 #include <net_processing.h>
9 
10 class ArgsManager;
11 
12 namespace node {
13 void ApplyArgsManOptions(const ArgsManager& argsman, PeerManager::Options& options);
14 } // namespace node
15 
16 #endif // BITCOIN_NODE_PEERMAN_ARGS_H
util::Result< void > ApplyArgsManOptions(const ArgsManager &args, BlockManager::Options &opts)
Definition: messages.h:21