From 4e4430603ffffb9212b3b94586bcf298fa83c95f Mon Sep 17 00:00:00 2001 From: Dusan Klinec Date: Thu, 3 Sep 2020 16:07:08 +0200 Subject: enable CLSAG support for Trezor client --- tests/trezor/daemon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/trezor/daemon.cpp') diff --git a/tests/trezor/daemon.cpp b/tests/trezor/daemon.cpp index aba835ae2..dd9fd49ee 100644 --- a/tests/trezor/daemon.cpp +++ b/tests/trezor/daemon.cpp @@ -247,7 +247,7 @@ bool mock_daemon::run_main() if (m_start_zmq) { - if (!zmq_server.addTCPSocket("127.0.0.1", m_zmq_bind_port)) + if (!zmq_server.init_rpc("127.0.0.1", m_zmq_bind_port)) { MERROR("Failed to add TCP Socket (127.0.0.1:" << m_zmq_bind_port << ") to ZMQ RPC Server"); -- cgit v1.2.3