Fixed bug in ZMQ JSON-RPC method field

This commit is contained in:
Lee Clagett 2020-02-28 16:45:51 -05:00
parent 39e1890276
commit 68a6507c3f
3 changed files with 70 additions and 4 deletions

View file

@ -93,7 +93,8 @@ set(unit_tests_sources
wipeable_string.cpp
is_hdd.cpp
aligned.cpp
rpc_version_str.cpp)
rpc_version_str.cpp
zmq_rpc.cpp)
set(unit_tests_headers
unit_tests_utils.h)
@ -106,6 +107,7 @@ target_link_libraries(unit_tests
ringct
cryptonote_protocol
cryptonote_core
daemon_messages
blockchain_db
lmdb_lib
rpc