diff options
author | luigi1111 <luigi1111w@gmail.com> | 2019-10-25 13:52:19 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2019-10-25 13:52:19 -0500 |
commit | 68b03abdc546491f7aefd3fc27f19aefbb9ec5fc (patch) | |
tree | e3643a9c38b00ab782f4026227bcbf228da19b5b /src/p2p/net_node.h | |
parent | Merge pull request #6020 (diff) | |
parent | Change monerod --proxy to --tx-proxy (diff) | |
download | monero-68b03abdc546491f7aefd3fc27f19aefbb9ec5fc.tar.xz |
Merge pull request #6021
65e8a89 Change monerod --proxy to --tx-proxy (vtnerd)
Diffstat (limited to 'src/p2p/net_node.h')
-rw-r--r-- | src/p2p/net_node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/p2p/net_node.h b/src/p2p/net_node.h index 29db5403e..8d861ce29 100644 --- a/src/p2p/net_node.h +++ b/src/p2p/net_node.h @@ -524,7 +524,7 @@ namespace nodetool extern const command_line::arg_descriptor<std::vector<std::string> > arg_p2p_add_priority_node; extern const command_line::arg_descriptor<std::vector<std::string> > arg_p2p_add_exclusive_node; 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_proxy; + 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<bool> arg_p2p_hide_my_port; extern const command_line::arg_descriptor<bool> arg_no_sync; |