aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/rpc_args.h
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-10-14 20:05:25 -0500
committerluigi1111 <luigi1111w@gmail.com>2019-10-14 20:05:25 -0500
commitfcb4c72bb56e2de1b034636c1ea88d23a5fb8c4b (patch)
tree640651156c6a8c7cd63e15997fc14013f1b7c070 /src/rpc/rpc_args.h
parentMerge pull request #5947 (diff)
parentp2p+rpc: don't skip p2p or rpc port bind failure by default (diff)
downloadmonero-fcb4c72bb56e2de1b034636c1ea88d23a5fb8c4b.tar.xz
Merge pull request #5943
d4d2b5c p2p+rpc: don't skip p2p or rpc port bind failure by default (xiphon)
Diffstat (limited to 'src/rpc/rpc_args.h')
-rw-r--r--src/rpc/rpc_args.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/rpc_args.h b/src/rpc/rpc_args.h
index cd154a4d0..bdb9c70d5 100644
--- a/src/rpc/rpc_args.h
+++ b/src/rpc/rpc_args.h
@@ -54,7 +54,7 @@ namespace cryptonote
const command_line::arg_descriptor<std::string> rpc_bind_ip;
const command_line::arg_descriptor<std::string> rpc_bind_ipv6_address;
const command_line::arg_descriptor<bool> rpc_use_ipv6;
- const command_line::arg_descriptor<bool> rpc_require_ipv4;
+ const command_line::arg_descriptor<bool> rpc_ignore_ipv4;
const command_line::arg_descriptor<std::string> rpc_login;
const command_line::arg_descriptor<bool> confirm_external_bind;
const command_line::arg_descriptor<std::string> rpc_access_control_origins;