Make grpc-headers flag work (#7932)

This commit is contained in:
Radosław Kapka
2020-11-23 21:38:32 +01:00
committed by GitHub
parent 6f766ed583
commit 64be627a6d
2 changed files with 12 additions and 16 deletions

View File

@@ -173,7 +173,6 @@ func prepareClients(cliCtx *cli.Context) (*ethpb.BeaconNodeValidatorClient, *eth
dialOpts := client.ConstructDialOptions(
cliCtx.Int(cmd.GrpcMaxCallRecvMsgSizeFlag.Name),
cliCtx.String(flags.CertFlag.Name),
strings.Split(cliCtx.String(flags.GrpcHeadersFlag.Name), ","),
cliCtx.Uint(flags.GrpcRetriesFlag.Name),
cliCtx.Duration(flags.GrpcRetryDelayFlag.Name),
)