Skip to content

Commit 853f319

Browse files
committed
Remove dead coments.
1 parent d730ef0 commit 853f319

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/protocols/protocol_block_in.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ bool protocol_block_in::handle_receive_headers(const code& ec,
211211
message->to_inventory(response->inventories(), inventory::type_id::block);
212212

213213
// Remove hashes of blocks that we already have.
214-
// BUGBUG: this removes blocks that are not in the main chain.
215214
chain_.filter_blocks(response, BIND2(send_get_data, _1, response));
216215
return true;
217216
}
@@ -227,7 +226,6 @@ bool protocol_block_in::handle_receive_inventory(const code& ec,
227226
message->reduce(response->inventories(), inventory::type_id::block);
228227

229228
// Remove hashes of blocks that we already have.
230-
// BUGBUG: this removes blocks that are not in the main chain.
231229
chain_.filter_blocks(response, BIND2(send_get_data, _1, response));
232230
return true;
233231
}

0 commit comments

Comments
 (0)