doc: fix typos

Co-authored-by: Ragnar <rodiondenmark@gmail.com>
Co-authored-by: VolodymyrBg <aqdrgg19@gmail.com>
This commit is contained in:
fanquake
2025-05-29 15:05:30 +01:00
parent c797e50dda
commit e50312eab0
20 changed files with 24 additions and 26 deletions

View File

@@ -32,9 +32,9 @@ public:
PeerManager::Options peerman_opts;
node::ApplyArgsManOptions(*m_node.args, peerman_opts);
peerman_opts.max_headers_result = FUZZ_MAX_HEADERS_RESULTS;
// The peerman's rng is a global that is re-used, so it will be re-used
// The peerman's rng is a global that is reused, so it will be reused
// and may cause non-determinism between runs. This may even influence
// the global RNG, because seeding may be done from the gloabl one. For
// the global RNG, because seeding may be done from the global one. For
// now, avoid it influencing the global RNG, and initialize it with a
// constant instead.
peerman_opts.deterministic_rng = true;