Fixed ZMQ-RPC for transactions and GET_BLOCKS_FAST
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user