diff options
author | luigi1111 <luigi1111w@gmail.com> | 2019-10-14 20:05:25 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2019-10-14 20:05:25 -0500 |
commit | fcb4c72bb56e2de1b034636c1ea88d23a5fb8c4b (patch) | |
tree | 640651156c6a8c7cd63e15997fc14013f1b7c070 /src/rpc/rpc_args.h | |
parent | Merge pull request #5947 (diff) | |
parent | p2p+rpc: don't skip p2p or rpc port bind failure by default (diff) | |
download | monero-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.h | 2 |
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; |