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