block_queue: use boost::uuids::nil_uuid where appropriate

pull/95/head
moneromooo-monero 7 years ago
parent a2041c9874
commit 8028dde7a6
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -205,8 +205,7 @@ std::pair<uint64_t, uint64_t> block_queue::reserve_span(uint64_t first_block_hei
bool block_queue::is_blockchain_placeholder(const span &span) const
{
static const boost::uuids::uuid uuid0 = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
return span.connection_id == uuid0;
return span.connection_id == boost::uuids::nil_uuid();
}
std::pair<uint64_t, uint64_t> block_queue::get_start_gap_span() const

Loading…
Cancel
Save