mirror of
https://github.com/monero-project/monero.git
synced 2025-07-31 07:58:43 -04:00
Adding ZMQ/Pub support for txpool_add and chain_main events
This commit is contained in:
parent
5d850dde99
commit
e5214a2ca2
26 changed files with 1860 additions and 127 deletions
|
@ -356,7 +356,7 @@ inline typename std::enable_if<sfinae::is_vector_like<Vec>::value, void>::type t
|
|||
dest.StartArray();
|
||||
for (const auto& t : vec)
|
||||
toJsonValue(dest, t);
|
||||
dest.EndArray(vec.size());
|
||||
dest.EndArray();
|
||||
}
|
||||
|
||||
template <typename Vec>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue