add a command line option to disable ZMQ server

This commit is contained in:
Jethro Grassie 2019-06-01 13:03:37 -04:00
parent 5fbfa8a656
commit 343c0b4255
No known key found for this signature in database
GPG key ID: DE8ED755616565BB
4 changed files with 29 additions and 15 deletions

View file

@ -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,