mirror of
https://github.com/monero-project/monero.git
synced 2026-07-30 23:50:24 -07:00
daemon: clarify limitations of restricted ZMQ RPC in help text
This commit is contained in:
@@ -138,7 +138,7 @@ namespace daemon_args
|
|||||||
|
|
||||||
const command_line::arg_descriptor<bool> arg_restricted_zmq_rpc = {
|
const command_line::arg_descriptor<bool> arg_restricted_zmq_rpc = {
|
||||||
"restricted-zmq-rpc"
|
"restricted-zmq-rpc"
|
||||||
, "Restrict ZMQ RPC to view-only / non-sensitive methods"
|
, "Restrict ZMQ RPC by disabling some sensitive methods; does not guarantee filtering of sensitive data"
|
||||||
, false
|
, false
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user