Skip to content

Commit 9aa5d1c

Browse files
committed
add clarification in comment
1 parent 6fc4692 commit 9aa5d1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/net_processing.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ class PeerManager : public CValidationInterface, public NetEventsInterface
7474
//! Whether or not the internal RNG behaves deterministically (this is
7575
//! a test-only option).
7676
bool deterministic_rng{false};
77-
//! Number of headers sent in one getheaders message result.
77+
//! Number of headers sent in one getheaders message result (this is
78+
//! a test-only option).
7879
uint32_t max_headers_result{MAX_HEADERS_RESULTS};
7980
};
8081

0 commit comments

Comments
 (0)