Skip to content

Commit

Permalink
Merge 0c640b0 into cf72219
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig authored Oct 16, 2024
2 parents cf72219 + 0c640b0 commit 111a5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/beacon-node/src/execution/builder/http.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export class ExecutionBuilderHttp implements IExecutionBuilder {
headers: opts.userAgent ? {"User-Agent": opts.userAgent} : undefined,
},
},
{config, metrics: metrics?.builderHttpClient}
{config, metrics: metrics?.builderHttpClient, logger}
);
logger?.info("External builder", {url: toPrintableUrl(baseUrl)});
this.config = config;
Expand Down

0 comments on commit 111a5f9

Please sign in to comment.