make `--trusted-block-root` option visible for CP sync (#4859)
Add `--trusted-block-root` to `--help` for `trustedNodeSync`.
This commit is contained in:
parent
c4e258af2a
commit
107f733365
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in New Issue