From 75a2b6620621f60fc47231932d91a68cc26e1b75 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 6 Jul 2021 22:26:38 +0000 Subject: [PATCH] docs: Correct integration validator cli reference (#18458) (cherry picked from commit 77f61a5e2ec485b50ed9be9921bb07a4b31736c5) Co-authored-by: Trent Nelson --- docs/src/integrations/exchange.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/integrations/exchange.md b/docs/src/integrations/exchange.md index b5eba2c33a..e6edf14318 100644 --- a/docs/src/integrations/exchange.md +++ b/docs/src/integrations/exchange.md @@ -30,6 +30,7 @@ To run an api node: ```bash solana-validator \ --ledger \ + --identity \ --entrypoint \ --expected-genesis-hash \ --rpc-port 8899 \