Skip to content

Commit

Permalink
append num_blocks flag
Browse files Browse the repository at this point in the history
  • Loading branch information
fahimahmedx committed Jun 18, 2024
1 parent ab28366 commit a85fee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/flags/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var (

func init() {
Flags = append(Flags, oplog.CLIFlags(EnvVarPrefix)...)
Flags = append(Flags, BeaconClientTimeoutFlag, L1BeaconClientUrlFlag, BlobApiClientUrlFlag)
Flags = append(Flags, BeaconClientTimeoutFlag, L1BeaconClientUrlFlag, BlobApiClientUrlFlag, NumBlocksClientFlag)
}

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

0 comments on commit a85fee2

Please sign in to comment.