blockchain: revert handle_get_objects adding block id on tx not found

This differs from the original CN code, and there seems to be
no reason to include the block itself, if it was found
release-v0.4.0.1
moneromooo-monero 9 years ago
parent 3a0f4d8a57
commit 7658ac0f45
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -1385,7 +1385,6 @@ bool Blockchain::handle_get_objects(NOTIFY_REQUEST_GET_OBJECTS::request& arg, NO
<< " transactions for block with hash: " << get_block_hash(bl)
<< std::endl
);
rsp.missed_ids.push_back(get_block_hash(bl));
// append missed transaction hashes to response missed_ids field,
// as done below if any standalone transactions were requested

Loading…
Cancel
Save