From 106ee9b6afbfbe70dc6c842d343f0defef6e75ec Mon Sep 17 00:00:00 2001 From: evoskuil Date: Mon, 30 Mar 2026 17:05:10 -0400 Subject: [PATCH] Comment. --- src/protocols/protocol_block_out_106.cpp | 1 + 1 file changed, 1 insertion(+) 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; }