diff options
author | Dusan Klinec <dusan.klinec@gmail.com> | 2020-09-03 16:07:08 +0200 |
---|---|---|
committer | Dusan Klinec <dusan.klinec@gmail.com> | 2020-09-04 01:24:58 +0200 |
commit | 4e4430603ffffb9212b3b94586bcf298fa83c95f (patch) | |
tree | 3aefc1e71481752fddfade664d073c9b43bf2f65 /tests/trezor/daemon.cpp | |
parent | Merge pull request #6789 (diff) | |
download | monero-4e4430603ffffb9212b3b94586bcf298fa83c95f.tar.xz |
enable CLSAG support for Trezor client
Diffstat (limited to 'tests/trezor/daemon.cpp')
-rw-r--r-- | tests/trezor/daemon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |