From 66590d043c674196918f32c6513d7a8a73a78fa4 Mon Sep 17 00:00:00 2001 From: stefa2k <54934211+stefa2k@users.noreply.github.com> Date: Sat, 3 Apr 2021 00:38:51 +0000 Subject: [PATCH] Correcting command example validator exit (#2291) ## Issue Addressed None ## Proposed Changes Using correct flag in example for exiting validator. ## Additional Info None --- book/src/voluntary-exit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/voluntary-exit.md b/book/src/voluntary-exit.md index 5a7b7a8e04..4aac647571 100644 --- a/book/src/voluntary-exit.md +++ b/book/src/voluntary-exit.md @@ -42,7 +42,7 @@ The exit phrase is the following: Below is an example for initiating a voluntary exit on the Pyrmont testnet. ``` -$ lighthouse --network pyrmont account validator exit --keystore /path/to/keystore --beacon-nodes http://localhost:5052 +$ lighthouse --network pyrmont account validator exit --keystore /path/to/keystore --beacon-node http://localhost:5052 Running account manager for pyrmont network validator-dir path: ~/.lighthouse/pyrmont/validators