mirror of
https://github.com/monero-project/monero.git
synced 2025-08-24 15:39:35 -04:00
add a command line option to disable ZMQ server
This commit is contained in:
parent
5fbfa8a656
commit
343c0b4255
4 changed files with 29 additions and 15 deletions
|
@ -46,6 +46,7 @@ private:
|
|||
uint16_t public_rpc_port;
|
||||
std::string zmq_rpc_bind_address;
|
||||
std::string zmq_rpc_bind_port;
|
||||
bool zmq_rpc_disabled;
|
||||
public:
|
||||
t_daemon(
|
||||
boost::program_options::variables_map const & vm,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue