mirror of
https://github.com/monero-project/monero.git
synced 2025-12-13 19:49:23 -05: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
|
|
@ -44,7 +44,7 @@ namespace rpc
|
|||
struct block_with_transactions
|
||||
{
|
||||
cryptonote::block block;
|
||||
std::unordered_map<crypto::hash, cryptonote::transaction> transactions;
|
||||
std::vector<cryptonote::transaction> transactions;
|
||||
};
|
||||
|
||||
typedef std::vector<uint64_t> tx_output_indices;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue