diff --git a/src/protocols/protocol_block_out_106.cpp b/src/protocols/protocol_block_out_106.cpp index 32a906e5..259ba012 100644 --- a/src/protocols/protocol_block_out_106.cpp +++ b/src/protocols/protocol_block_out_106.cpp @@ -220,6 +220,7 @@ void protocol_block_out_106::send_block(const code& ec) NOEXCEPT << opposite() << "] not found."); // This block could not have been advertised to the peer. + // TODO: send not_found message in protocol override. stop(system::error::not_found); return; }