aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormarcofleon <marleo23@proton.me>2024-09-20 14:58:56 +0100
committermarcofleon <marleo23@proton.me>2024-09-20 15:00:19 +0100
commit9aa5d1c3fcd10ecb94310ad515a8569bc2d418f8 (patch)
tree6d87f16f518b43e4e544d0a33853333956f60499 /src
parent6fc4692797121b54de0c54e5b09ee47f322c038a (diff)
add clarification in comment
Diffstat (limited to 'src')
-rw-r--r--src/net_processing.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net_processing.h b/src/net_processing.h
index 5f45fb1442..ccacd15e42 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};
};