mirror of
https://github.com/monero-project/monero.git
synced 2025-08-02 09:16:08 -04:00
Merge pull request #1727
0288310e
blockchain_db: add "raw" blobdata getters for block and transaction (moneromooo-monero)
This commit is contained in:
commit
49efd3add9
13 changed files with 230 additions and 87 deletions
|
@ -634,6 +634,9 @@ namespace cryptonote
|
|||
int t_cryptonote_protocol_handler<t_core>::handle_request_fluffy_missing_tx(int command, NOTIFY_REQUEST_FLUFFY_MISSING_TX::request& arg, cryptonote_connection_context& context)
|
||||
{
|
||||
MLOG_P2P_MESSAGE("Received NOTIFY_REQUEST_FLUFFY_MISSING_TX (" << arg.missing_tx_indices.size() << " txes), block hash " << arg.block_hash);
|
||||
|
||||
std::list<std::pair<cryptonote::blobdata, block>> local_blocks;
|
||||
std::list<cryptonote::blobdata> local_txs;
|
||||
|
||||
block b;
|
||||
if (!m_core.get_block_by_hash(arg.block_hash, b))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue