We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab28366 commit a85fee2Copy full SHA for a85fee2
validator/flags/flags.go
@@ -38,7 +38,7 @@ var (
38
39
func init() {
40
Flags = append(Flags, oplog.CLIFlags(EnvVarPrefix)...)
41
- Flags = append(Flags, BeaconClientTimeoutFlag, L1BeaconClientUrlFlag, BlobApiClientUrlFlag)
+ Flags = append(Flags, BeaconClientTimeoutFlag, L1BeaconClientUrlFlag, BlobApiClientUrlFlag, NumBlocksClientFlag)
42
}
43
44
// Flags contains the list of configuration options available to the binary.
0 commit comments