From 50dfd301d329382022c06ab998f17a697c41b541 Mon Sep 17 00:00:00 2001 From: wizard <112275929+famouswizard@users.noreply.github.com> Date: Mon, 23 Dec 2024 21:33:16 +0300 Subject: [PATCH] Fix typo in the command example in the comments Update main.rs (#13524) --- examples/beacon-api-sidecar-fetcher/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/beacon-api-sidecar-fetcher/src/main.rs b/examples/beacon-api-sidecar-fetcher/src/main.rs index a0b9b6e01..4a2201889 100644 --- a/examples/beacon-api-sidecar-fetcher/src/main.rs +++ b/examples/beacon-api-sidecar-fetcher/src/main.rs @@ -1,7 +1,7 @@ //! Run with //! //! ```not_rust -//! cargo run -p beacon-api-beacon-sidecar-fetcher --node -- full +//! cargo run -p beacon-api-beacon-sidecar-fetcher --node --full //! ``` //! //! This launches a regular reth instance and subscribes to payload attributes event stream.