MCPcopy Create free account
hub / github.com/SeismicSystems/summit / disable_discovery

Method disable_discovery

types/src/reth.rs:370–373  ·  view source on GitHub ↗

Disables discovery for the Reth instance.

(mut self)

Source from the content-addressed store, hash-verified

368
369 /// Disables discovery for the Reth instance.
370 pub const fn disable_discovery(mut self) -> Self {
371 self.discovery_enabled = false;
372 self
373 }
374
375 /// Sets the chain name or path to a chain spec for the Reth instance.
376 /// Passed through to `reth --chain <name-or-path>`.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected