diff --git a/book/src/validator-manager-create.md b/book/src/validator-manager-create.md index cf06dad7368..0cb85b90f3f 100644 --- a/book/src/validator-manager-create.md +++ b/book/src/validator-manager-create.md @@ -44,9 +44,14 @@ lighthouse \ --first-index 0 \ --count 2 \ --eth1-withdrawal-address
\ + --suggested-fee-recipient
\ --output-path ./ ``` +The `--suggested-fee-recipient` flag may be omitted to use whatever default +value the VC uses. It does not necessarily need to be idential to +`--eth1-withdrawal-address`. + Import the validators to a running VC with: ```bash