mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
[net processing] Introduce PeerManager options
This commit is contained in:
parent
d23fda0584
commit
8b87725921
8 changed files with 59 additions and 17 deletions
13
src/node/peerman_args.cpp
Normal file
13
src/node/peerman_args.cpp
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue