mirror of
https://github.com/monero-project/monero.git
synced 2025-05-02 11:16:07 -04:00
enable CLSAG support for Trezor client
This commit is contained in:
parent
2d8a197b91
commit
4e4430603f
4 changed files with 50 additions and 23 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue