make `--trusted-block-root` option visible for CP sync (#4859)

Add `--trusted-block-root` to `--help` for `trustedNodeSync`.
This commit is contained in:
Etan Kissling 2023-04-26 13:37:58 +02:00 committed by GitHub
parent c4e258af2a
commit 107f733365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -782,7 +782,6 @@ type
.}: Option[string]
lcTrustedBlockRoot* {.
hidden
desc: "Recent trusted finalized block root to initialize light client from"
name: "trusted-block-root" .}: Option[Eth2Digest]