diff options
author | luigi1111 <luigi1111w@gmail.com> | 2020-09-07 14:30:41 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2020-09-07 14:30:41 -0500 |
commit | fd657c77066c3f16e69823ee2d2e00601d660c30 (patch) | |
tree | 364e6862dc9b7ff47bb50ae5945b6461ff6caae0 /tests/trezor/daemon.cpp | |
parent | Merge pull request #6111 (diff) | |
parent | enable CLSAG support for Trezor client (diff) | |
download | monero-fd657c77066c3f16e69823ee2d2e00601d660c30.tar.xz |
Merge pull request #6798
4e44306 enable CLSAG support for Trezor client (ph4r05)
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"); |