From 0f8a37d197d99fe37fbbbcbfedbc4fb599a423dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sun, 29 Sep 2024 09:38:40 +0200 Subject: Network: avoid duplicated data requests --- src/network/protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/network') diff --git a/src/network/protocol.h b/src/network/protocol.h index 2592c9f..f925af4 100644 --- a/src/network/protocol.h +++ b/src/network/protocol.h @@ -282,7 +282,7 @@ struct WaitingRef vector missing; optional check(); - optional check(ReplyBuilder &); + optional check( ReplyBuilder &, const vector< Digest > &); }; } -- cgit v1.2.3