From 9aa5d1c3fcd10ecb94310ad515a8569bc2d418f8 Mon Sep 17 00:00:00 2001 From: marcofleon Date: Fri, 20 Sep 2024 14:58:56 +0100 Subject: [PATCH] add clarification in comment --- src/net_processing.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/net_processing.h b/src/net_processing.h index 5f45fb1442a..ccacd15e422 100644 --- a/src/net_processing.h +++ b/src/net_processing.h @@ -74,7 +74,8 @@ public: //! Whether or not the internal RNG behaves deterministically (this is //! a test-only option). bool deterministic_rng{false}; - //! Number of headers sent in one getheaders message result. + //! Number of headers sent in one getheaders message result (this is + //! a test-only option). uint32_t max_headers_result{MAX_HEADERS_RESULTS}; };