From 77f61a5e2ec485b50ed9be9921bb07a4b31736c5 Mon Sep 17 00:00:00 2001 From: Trent Nelson Date: Tue, 6 Jul 2021 15:23:34 -0600 Subject: [PATCH] docs: Correct integration validator cli reference --- 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 \