Skip to content

Commit

Permalink
Merge branch 'master' into p2p-dump
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyeh committed Apr 16, 2024
2 parents 17e437e + a5dfb3b commit 1d3037d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -898,12 +898,12 @@ public void initValidatorApiHandler() {
new GraffitiBuilder(
beaconConfig.validatorConfig().getClientGraffitiAppendFormat(),
beaconConfig.validatorConfig().getGraffitiProvider().get());
eventChannels.subscribe(ExecutionClientVersionChannel.class, graffitiBuilder);
final ExecutionClientVersionProvider executionClientVersionProvider =
new ExecutionClientVersionProvider(
executionLayer,
eventChannels.getPublisher(ExecutionClientVersionChannel.class),
graffitiBuilder.getConsensusClientVersion());
eventChannels.subscribe(ExecutionClientVersionChannel.class, graffitiBuilder);
final BlockOperationSelectorFactory operationSelector =
new BlockOperationSelectorFactory(
spec,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ private CommandLine getConfigFileCommandLine(final ConfigFileCommand configFileC
}

private CommandLine getCommandLine() {
return configureCommandLine(new CommandLine(this)).addSubcommand(validatorClientSubcommand);
return configureCommandLine(new CommandLine(this).addSubcommand(validatorClientSubcommand));
}

public int parse(final String[] args) {
Expand Down

0 comments on commit 1d3037d

Please sign in to comment.