Disables discovery for the Reth instance.
(mut self)
| 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>`. |
nothing calls this directly
no outgoing calls
no test coverage detected