diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2020-11-29 01:38:27 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2020-11-29 01:38:27 -0600 |
| commit | c5b3fd1fecc2deee6204207ea38333b657ff08da (patch) | |
| tree | 096451f33318fc5e849938a9963232ce174e0a2c /src/p2p/net_node.h | |
| parent | 84cdb5d914d8e9cb0166eca4a2e599013a0f34c1 (diff) | |
| parent | aad2f87a53eb8a1c0a20c96067d0c8066f5cab55 (diff) | |
| download | monzero-core-c5b3fd1fecc2deee6204207ea38333b657ff08da.tar.gz monzero-core-c5b3fd1fecc2deee6204207ea38333b657ff08da.tar.xz monzero-core-c5b3fd1fecc2deee6204207ea38333b657ff08da.zip | |
Merge pull request #6920
aad2f87 net_node: add --ban-list option (selsta)
Diffstat (limited to 'src/p2p/net_node.h')
| -rw-r--r-- | src/p2p/net_node.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/p2p/net_node.h b/src/p2p/net_node.h index d7c3e6096..87fec9994 100644 --- a/src/p2p/net_node.h +++ b/src/p2p/net_node.h @@ -530,6 +530,7 @@ namespace nodetool extern const command_line::arg_descriptor<std::vector<std::string> > arg_p2p_seed_node; extern const command_line::arg_descriptor<std::vector<std::string> > arg_tx_proxy; extern const command_line::arg_descriptor<std::vector<std::string> > arg_anonymous_inbound; + extern const command_line::arg_descriptor<std::string> arg_ban_list; extern const command_line::arg_descriptor<bool> arg_p2p_hide_my_port; extern const command_line::arg_descriptor<bool> arg_no_sync; |
