mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
add clarification in comment
This commit is contained in:
parent
6fc4692797
commit
9aa5d1c3fc
1 changed files with 2 additions and 1 deletions
|
@ -74,7 +74,8 @@ public:
|
||||||
//! Whether or not the internal RNG behaves deterministically (this is
|
//! Whether or not the internal RNG behaves deterministically (this is
|
||||||
//! a test-only option).
|
//! a test-only option).
|
||||||
bool deterministic_rng{false};
|
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};
|
uint32_t max_headers_result{MAX_HEADERS_RESULTS};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue