mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Fixed ZMQ-RPC for transactions and GET_BLOCKS_FAST
This commit is contained in:
parent
702a41034d
commit
4616cf2641
7 changed files with 427 additions and 196 deletions
|
@ -47,6 +47,7 @@ set(unit_tests_sources
|
|||
epee_levin_protocol_handler_async.cpp
|
||||
epee_utils.cpp
|
||||
fee.cpp
|
||||
json_serialization.cpp
|
||||
get_xtype_from_string.cpp
|
||||
hashchain.cpp
|
||||
http.cpp
|
||||
|
@ -86,6 +87,7 @@ target_link_libraries(unit_tests
|
|||
cryptonote_core
|
||||
blockchain_db
|
||||
rpc
|
||||
serialization
|
||||
wallet
|
||||
p2p
|
||||
version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue