diff options
| author | Lee Clagett <code@leeclagett.com> | 2019-10-24 21:06:31 -0400 |
|---|---|---|
| committer | Lee Clagett <code@leeclagett.com> | 2019-10-24 21:06:31 -0400 |
| commit | 65e8a89e1c91dfd1083c357a32a1a8fe302242f3 (patch) | |
| tree | 8c2e4ba6bf84e6c0d4386717b89452b272d4aec1 /src/p2p/net_node.h | |
| parent | be6c5afabb3d5146a46f74ae9fa44f520f380e8b (diff) | |
| download | monzero-core-65e8a89e1c91dfd1083c357a32a1a8fe302242f3.tar.gz monzero-core-65e8a89e1c91dfd1083c357a32a1a8fe302242f3.tar.xz monzero-core-65e8a89e1c91dfd1083c357a32a1a8fe302242f3.zip | |
Change monerod --proxy to --tx-proxy
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 0c9c285e8..65fdb5c0f 100644 --- a/src/p2p/net_node.h +++ b/src/p2p/net_node.h @@ -517,7 +517,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; |
