diff options
| author | tobtoht <tob@featherwallet.org> | 2026-04-29 17:21:41 +0000 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2026-04-29 17:21:41 +0000 |
| commit | ed7aba00e0d22aff477dc248fcd78a818b67b0ec (patch) | |
| tree | 013284131ed45fa1dd441437e1d9f79823272b43 /src/daemon | |
| parent | e38364c07e4921d3cf33cce1eb56aa19478acc34 (diff) | |
| parent | 0b7c34520c0d218021b7941ebbc2faf0e2b58c2f (diff) | |
| download | monzero-core-ed7aba00e0d22aff477dc248fcd78a818b67b0ec.tar.gz monzero-core-ed7aba00e0d22aff477dc248fcd78a818b67b0ec.tar.xz monzero-core-ed7aba00e0d22aff477dc248fcd78a818b67b0ec.zip | |
Merge pull request #10504
0b7c345 daemon: clarify limitations of restricted ZMQ RPC in help text (selsta)
f31bb18 zmq: add restricted checks to GetInfo (selsta)
Diffstat (limited to 'src/daemon')
| -rw-r--r-- | src/daemon/command_line_args.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/command_line_args.h b/src/daemon/command_line_args.h index 647a7c7b4..a890e92ae 100644 --- a/src/daemon/command_line_args.h +++ b/src/daemon/command_line_args.h @@ -138,7 +138,7 @@ namespace daemon_args const command_line::arg_descriptor<bool> arg_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 }; |
