mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
14 lines
214 B
C++
14 lines
214 B
C++
#include <node/peerman_args.h>
|
|
|
|
#include <common/args.h>
|
|
#include <net_processing.h>
|
|
|
|
namespace node {
|
|
|
|
void ApplyArgsManOptions(const ArgsManager& argsman, PeerManager::Options& options)
|
|
{
|
|
}
|
|
|
|
} // namespace node
|
|
|