Skip to content

Commit a85fee2

Browse files
committed
append num_blocks flag
1 parent ab28366 commit a85fee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validator/flags/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ var (
3838

3939
func init() {
4040
Flags = append(Flags, oplog.CLIFlags(EnvVarPrefix)...)
41-
Flags = append(Flags, BeaconClientTimeoutFlag, L1BeaconClientUrlFlag, BlobApiClientUrlFlag)
41+
Flags = append(Flags, BeaconClientTimeoutFlag, L1BeaconClientUrlFlag, BlobApiClientUrlFlag, NumBlocksClientFlag)
4242
}
4343

4444
// Flags contains the list of configuration options available to the binary.

0 commit comments

Comments
 (0)