mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #6361
68a6507
Fixed bug in ZMQ JSON-RPC method field (vtnerd)
This commit is contained in:
commit
5757d99208
3 changed files with 70 additions and 4 deletions
|
@ -94,7 +94,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)
|
||||
|
@ -107,6 +108,7 @@ target_link_libraries(unit_tests
|
|||
ringct
|
||||
cryptonote_protocol
|
||||
cryptonote_core
|
||||
daemon_messages
|
||||
blockchain_db
|
||||
lmdb_lib
|
||||
rpc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue