/
githubmirror
/
bitcoin
Обзор
Документация
Войти
/
githubmirror
/
bitcoin
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/node/peerman_args.h
16 строк
465 B
fanquake
doc: add & amend copyright headers
20 май 2025, 11:43
Не верифицирован
20 май 2025, 11:43
c7c3bfa
Код
Авторство
О чём код?
// Copyright (c) 2023-present The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://opensource.org/license/mit. #ifndef BITCOIN_NODE_PEERMAN_ARGS_H #define BITCOIN_NODE_PEERMAN_ARGS_H #include <net_processing.h> class ArgsManager; namespace node { void ApplyArgsManOptions(const ArgsManager& argsman, PeerManager::Options& options); } // namespace node #endif // BITCOIN_NODE_PEERMAN_ARGS_H